Removed GNUmake{vars,rules}

This commit is contained in:
hjp 2005-11-08 10:20:09 +00:00
parent 586a7477ab
commit 1385bdf95e
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
include GNUmakerules
include GNUmakevars
ALLSRC = \
.zjava \
.zlogin \
@ -19,7 +16,7 @@ echo:
echo $(ALLDST)
$(HOME)/%: %
$(INSTALL) $^ $@
cp $^ $@
diff:
for i in $(ALLSRC); do diff -u $(HOME)/$$i $$i; done