changeset 183:ca8d8b7bd16f

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