summaryrefslogtreecommitdiff
path: root/makefile.in
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2000-07-09 08:19:22 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:45:14 +0200
commit65da95772de1633acd1bfcc7f579067bac3249af (patch)
treec1d87c195186c7e4882c30a81d1b7512c6efb793 /makefile.in
parent3401185106fb312c6a7bba3d9e90d44b6df0043b (diff)
downloaddev86-65da95772de1633acd1bfcc7f579067bac3249af.tar.gz
Import Dev86src-0.15.1.tar.gzv0.15.1
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in6
1 files changed, 2 insertions, 4 deletions
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: