about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-03 15:21:08 +0200
committerarg@10ksloc.org <unknown>2006-08-03 15:21:08 +0200
commit05a618b06e8fd8807b9a5e7c0bcef33c68d00044 (patch)
tree3f153c27efe56941af12c0b5475165a00e82df78 /Makefile
parent72608f0d5a715900a19bf9b1e8078fece7feb257 (diff)
downloaddwm-05a618b06e8fd8807b9a5e7c0bcef33c68d00044.tar.gz
added gmake compliance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5454fbb..6eb05b6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ options:
 ${OBJ}: dwm.h config.h
 
 config.h: ${CONFIG}
-	@echo creating $@ from $>
-	@cp $> $@
+	@echo creating $@ from ${CONFIG}
+	@cp ${CONFIG} $@
 
 dwm: ${OBJ}
 	@echo LD $@