Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
db876f9
)
make config.h not a time dependence
author
[email protected]
<unknown>
Thu, 3 Aug 2006 13:36:13 +0000
(15:36 +0200)
committer
[email protected]
<unknown>
Thu, 3 Aug 2006 13:36:13 +0000
(15:36 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4df8e9a
..
b7db7cc
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} $@