Fixed automatic creation of GNUmakevars and GNUmakerules

This commit is contained in:
hjp 2005-01-13 15:28:30 +00:00
parent 9a1b2a14f9
commit a8b5e5243a
1 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@
CONFDIR=../../configure
CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok)
pre: GNUmakevars GNUmakerules
GNUmakevars: GNUmakevars.sh
sh ./$^ > $@
GNUmakerules: GNUmakerules.sh
@ -11,7 +13,10 @@ GNUmakerules: GNUmakerules.sh
all: configure dus fnp fnpa fnpc isodate psg save crypt
clean:
rm fnp fnpa fnpc customize crypt
rm -f fnp fnpa fnpc customize crypt
distclean: clean
rm -f GNUmakevars GNUmakerules
install: \
$(BINDIR)/crypt \