Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
do not overwrite config.h if config.def.h changes
[slstatus.git]
/
Makefile
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 $@