aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2019-01-04 12:33:01 +0100
committerHiltjo Posthuma2019-01-04 12:33:01 +0100
commit6354c378229eb6df913d3fb52842bac2f3b6f60c (patch)
treef32fa030531456da233a497aad9c600625650130
parent43395a94846c0a3a8129b94c4c8af617acd81a5e (diff)
downloadaur-6354c378229eb6df913d3fb52842bac2f3b6f60c.tar.gz
Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b3cecd03299..470ac86407bb 100644
--- 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