Automatically generate GNUmakevars and -rules if they don't exist.
This commit is contained in:
parent
761ae98837
commit
b8bd8e778a
|
@ -21,5 +21,10 @@ customize: configure
|
||||||
$(BINDIR):
|
$(BINDIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
include GNUmakerules
|
|
||||||
|
|
||||||
|
GNUmakevars: GNUmakevars.sh
|
||||||
|
sh ./$^ > $@
|
||||||
|
GNUmakerules: GNUmakerules.sh
|
||||||
|
sh ./$^ > $@
|
||||||
|
|
||||||
|
include GNUmakerules
|
||||||
|
|
Loading…
Reference in New Issue