Browse Source

added gmake compliance

arg@10ksloc.org 19 years ago
parent
commit
05a618b06e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
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 $@