Fixed automatic creation of GNUmakevars and GNUmakerules
This commit is contained in:
parent
9a1b2a14f9
commit
a8b5e5243a
|
@ -3,6 +3,8 @@
|
||||||
CONFDIR=../../configure
|
CONFDIR=../../configure
|
||||||
CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok)
|
CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok)
|
||||||
|
|
||||||
|
pre: GNUmakevars GNUmakerules
|
||||||
|
|
||||||
GNUmakevars: GNUmakevars.sh
|
GNUmakevars: GNUmakevars.sh
|
||||||
sh ./$^ > $@
|
sh ./$^ > $@
|
||||||
GNUmakerules: GNUmakerules.sh
|
GNUmakerules: GNUmakerules.sh
|
||||||
|
@ -11,7 +13,10 @@ GNUmakerules: GNUmakerules.sh
|
||||||
all: configure dus fnp fnpa fnpc isodate psg save crypt
|
all: configure dus fnp fnpa fnpc isodate psg save crypt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm fnp fnpa fnpc customize crypt
|
rm -f fnp fnpa fnpc customize crypt
|
||||||
|
|
||||||
|
distclean: clean
|
||||||
|
rm -f GNUmakevars GNUmakerules
|
||||||
|
|
||||||
install: \
|
install: \
|
||||||
$(BINDIR)/crypt \
|
$(BINDIR)/crypt \
|
||||||
|
|
Loading…
Reference in New Issue