Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
1ad9f25
)
do not overwrite config.h if config.def.h changes
author
Aaron Marcher <
[email protected]
>
Wed, 14 Sep 2016 09:08:37 +0000
(11:08 +0200)
committer
Aaron Marcher (drkhsh) <
[email protected]
>
Wed, 14 Sep 2016 09:08:37 +0000
(11:08 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4848eef
..
f884ae0
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 $@