projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad9f25
)
do not overwrite config.h if config.def.h changes
author
Aaron Marcher
<info@nulltime.net>
Wed, 14 Sep 2016 09:08:37 +0000
(11:08 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Wed, 14 Sep 2016 09:08:37 +0000
(11:08 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4848eefdaec472463be66998062fce6acaf41dfd..f884ae0e34590e8be0082e16c9dffafae454262f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-21,7
+21,7
@@
options:
${OBJ}: config.h config.mk
-config.h:
config.def.h
+config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@