summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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'