From 65da95772de1633acd1bfcc7f579067bac3249af Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sun, 9 Jul 2000 08:19:22 +0200 Subject: Import Dev86src-0.15.1.tar.gz --- makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'makefile.in') diff --git a/makefile.in b/makefile.in index d7440b1..f53e6ef 100644 --- a/makefile.in +++ b/makefile.in @@ -126,8 +126,6 @@ bindir: $(MAKEX) @ln -s ../kinclude/arch include/arch 2>/dev/null || true #endif -phony: - bcc: bindir $(MAKEC) bcc $(MAKEARG) BCCARCH='$(BCCARCH)' bcc ncc bcc-cc1 cp -p bcc/bcc bin/Bcc @@ -319,14 +317,14 @@ makec: ############################################################################## -install-other: phony +install-other: @for i in $(OTHERS) ; do \ $(MAKEC) $$i BCC=ncc DIST=$(DIST) PREFIX=$(PREFIX) install || exit 1 ; \ done other: $(OTHERS) -$(OTHERS): phony +$(OTHERS): $(MAKEC) $@ BCC=ncc clean: -- cgit v1.2.1