JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make config.h not a time dependence
authorarg@10ksloc.org <unknown>
Thu, 3 Aug 2006 13:36:13 +0000 (15:36 +0200)
committerarg@10ksloc.org <unknown>
Thu, 3 Aug 2006 13:36:13 +0000 (15:36 +0200)
Makefile

index 4df8e9a..b7db7cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ options:
 
 ${OBJ}: dwm.h config.h
 
 
 ${OBJ}: dwm.h config.h
 
-config.h: ${CONFIG}
+config.h:
        @echo creating $@ from ${CONFIG}
        @cp ${CONFIG} $@
 
        @echo creating $@ from ${CONFIG}
        @cp ${CONFIG} $@