Xinqi Bao's Git
projects
/
st.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
096b125
)
Makefile: fix dependencies on config.h
author
Hiltjo Posthuma <
[email protected]
>
Fri, 4 Jan 2019 11:33:01 +0000
(12:33 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
Fri, 4 Jan 2019 11:33:01 +0000
(12:33 +0100)
patch by Younes Khoudli (changed slightly). Thanks
Makefile
diff
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0b3cecd
..
470ac86
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-22,7
+22,7
@@
config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
-x.o: arg.h st.h win.h
+x.o: arg.h
config.h
st.h win.h
$(OBJ): config.h config.mk