JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
make config.h not a time dependence
[dwm.git] / Makefile
index 6eb05b6..b7db7cc 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} $@
 
@@ -32,7 +32,7 @@ dwm: ${OBJ}
 
 clean:
        @echo cleaning
-       @rm -f dwm ${OBJ} config.h dwm-${VERSION}.tar.gz
+       @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
 
 dist: clean
        @echo creating dist tarball