pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096b125
)
Makefile: fix dependencies on config.h
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 4 Jan 2019 11:33:01 +0000
(12:33 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 4 Jan 2019 11:33:01 +0000
(12:33 +0100)
patch by Younes Khoudli (changed slightly). Thanks
Makefile
patch
|
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