aewl

changeset 183:ca8d8b7bd16f

added gmake compliance
author arg@10ksloc.org
date Thu, 03 Aug 2006 15:21:08 +0200
parents 7636f51e737f
children 2d05df09253c
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Thu Aug 03 15:09:52 2006 +0200
     1.2 +++ b/Makefile	Thu Aug 03 15:21:08 2006 +0200
     1.3 @@ -23,8 +23,8 @@
     1.4  ${OBJ}: dwm.h config.h
     1.5  
     1.6  config.h: ${CONFIG}
     1.7 -	@echo creating $@ from $>
     1.8 -	@cp $> $@
     1.9 +	@echo creating $@ from ${CONFIG}
    1.10 +	@cp ${CONFIG} $@
    1.11  
    1.12  dwm: ${OBJ}
    1.13  	@echo LD $@