]> git.armaanb.net Git - dwm.git/commitdiff
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 4df8e9a7f981fc9ed99329f6cd05251217018bd6..b7db7cc20e5715d8f8702c8f9f082c88278d260f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ options:
 
 ${OBJ}: dwm.h config.h
 
-config.h: ${CONFIG}
+config.h:
        @echo creating $@ from ${CONFIG}
        @cp ${CONFIG} $@