projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db876f9
)
make config.h not a time dependence
author
arg@10ksloc.org
<unknown>
Thu, 3 Aug 2006 13:36:13 +0000
(15:36 +0200)
committer
arg@10ksloc.org
<unknown>
Thu, 3 Aug 2006 13:36:13 +0000
(15:36 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4df8e9a7f981fc9ed99329f6cd05251217018bd6..b7db7cc20e5715d8f8702c8f9f082c88278d260f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-22,7
+22,7
@@
options:
${OBJ}: dwm.h config.h
-config.h:
${CONFIG}
+config.h:
@echo creating $@ from ${CONFIG}
@cp ${CONFIG} $@