Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
046e273
)
make config.h target depending on config.def.h
author
Daniel Walter <
[email protected]
>
Thu, 10 Mar 2016 10:55:12 +0000
(11:55 +0100)
committer
Daniel Walter <
[email protected]
>
Thu, 10 Mar 2016 10:55:12 +0000
(11:55 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
e1bb370
..
d20ad8f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-19,7
+19,7
@@
options:
${OBJ}: config.h config.mk
-config.h:
+config.h:
config.def.h
@echo creating $@ from config.def.h
@cp config.def.h $@