From ec5afe01a54615cced746a3741af86ddee72bdcd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jan 2001 13:40:42 +0000 Subject: 2001-01-05 Ralf Corsepius * Makefile.am: Remove subshell from *.a processing in librtemsall.a rule. --- c/src/wrapup/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/wrapup/Makefile.am') diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am index c0969328a4..b4e6f287fe 100644 --- a/c/src/wrapup/Makefile.am +++ b/c/src/wrapup/Makefile.am @@ -60,10 +60,10 @@ $(LIB): $(SRCS) fi; \ ;; \ *.a) \ - (cd $(ARCH); \ - $(AR) x ../$$f; \ - test $$? -eq 0 || exit 1; \ - chmod a-w *; ) \ + cd $(ARCH); \ + $(AR) xv ../$$f || exit 1; \ + chmod a-w * ; \ + cd ..; \ ;; \ esac; \ done -- cgit v1.2.3