make config.h not a time dependence
authorarg@10ksloc.org
Thu, 03 Aug 2006 15:36:13 +0200
changeset 185 4b770a585866
parent 184 2d05df09253c
child 186 c0defd7d5a5a
make config.h not a time dependence
Makefile
--- a/Makefile	Thu Aug 03 15:29:28 2006 +0200
+++ b/Makefile	Thu Aug 03 15:36:13 2006 +0200
@@ -22,7 +22,7 @@
 
 ${OBJ}: dwm.h config.h
 
-config.h: ${CONFIG}
+config.h:
 	@echo creating $@ from ${CONFIG}
 	@cp ${CONFIG} $@