summaryrefslogtreecommitdiff
path: root/Makefile
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
parent3401185106fb312c6a7bba3d9e90d44b6df0043b (diff)
downloaddev86-65da95772de1633acd1bfcc7f579067bac3249af.tar.gz
Import Dev86src-0.15.1.tar.gzv0.15.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f870366..2ca204d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,7 @@ all: make.fil
$(TARGETS): make.fil
PATH="`pwd`/bin:$$PATH" $(MAKE) -f make.fil TOPDIR=`pwd` $@
-$(TARGETS): phony
-phony:
+$(TARGETS):
ld: ld86
as: as86
@@ -54,7 +53,7 @@ ifdef: ifdef.o
ifdef.o: ifdef.c
$(CC) $(CFLAGS) $(IFDEFFLAGS) -c ifdef.c
-Uninstall: phony
+Uninstall:
@# CHECK FROM HERE
@make -n Uninstall
@echo 'Are you really sure... have you checked this... ^C to interrupt'