changeset 185:4b770a585866

make config.h not a time dependence
author arg@10ksloc.org
date Thu, 03 Aug 2006 15:36:13 +0200
parents 2d05df09253c
children c0defd7d5a5a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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} $@