changeset 753:c459e05a61a8

bugfix in Makefile
author meillo@marmaro.de
date Sat, 16 Jun 2007 21:49:51 +0200 (2007-06-16)
parents e5bec43370b8
children 4c12dccc288d
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Jun 16 21:45:08 2007 +0200
+++ b/Makefile	Sat Jun 16 21:49:51 2007 +0200
@@ -20,7 +20,7 @@
 
 ${OBJ}: dwm.h config.h config.mk
 
-config.h:
+config.h: config.meillo.h
 	@echo creating $@ from config.meillo.h
 	@cp config.meillo.h $@