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
@@ -20,7 +20,7 @@ options:
${OBJ}: config.h config.mk
-config.h:
+config.h: config.def.h
@echo creating $@ from config.def.h
@cp config.def.h $@
--
Roy.
