Hi - not sure if I should send this to dev or hackers.. but shouldn't the
Makefile have a dependency on config.def.h, like so:
diff --git a/Makefile b/Makefile
index fd07d59..a575d3c 100644
--- a/Makefile
+++ b/Makefile
_AT__AT_ -20,7 +20,7 @@ options:
${OBJ}: config.h config.mk
-config.h:
+config.h: config.def.h
_AT_echo creating $_AT_ from config.def.h
_AT_cp config.def.h $_AT_
--
Roy.
Received on Mon Oct 26 2015 - 15:38:26 CET