aewl

changeset 753:c459e05a61a8

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