From d91fa39567f5659e3931cf61517d62fddcd87570 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sat, 12 Jan 2002 20:42:42 +0100 Subject: Import Dev86src-0.16.1.tar.gz --- makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'makefile.in') diff --git a/makefile.in b/makefile.in index 25ea4d4..3cf85c7 100644 --- a/makefile.in +++ b/makefile.in @@ -39,7 +39,7 @@ WALL =-Wtraditional -Wshadow -Wid-clash-14 -Wpointer-arith \ WALL =-Wstrict-prototypes CC =gcc -CFLAGS =$(GCCFLAG) -Wall $(WALL) -O6 -g +CFLAGS =$(GCCFLAG) -Wall $(WALL) -O2 -g #endif #ifndef GNUMAKE @@ -324,10 +324,10 @@ install-other: $(MAKEC) $$i BCC=ncc DIST=$(DIST) PREFIX=$(PREFIX) install || exit 1 ; \ done -other: $(OTHERS) - -$(OTHERS): - $(MAKEC) $@ BCC=ncc +other: + @for i in $(OTHERS) ; do \ + $(MAKEC) $$i BCC=ncc DIST=$(DIST) PREFIX=$(PREFIX) || exit 1; \ + done clean: -@for i in $(CLEANLIST) ; do $(MAKEC) $$i $@ ; true ; done -- cgit v1.2.1