[hackers] [st][PATCH] Makefile: fix dependencies on config.h

From: Younes Khoudli <khoyobegenn_AT_gmail.com>
Date: Sun, 30 Dec 2018 23:21:58 +0100

st.o doesn't depend on config.h, x.o does.

Signed-off-by: Younes Khoudli <khoyobegenn_AT_gmail.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 0b3cecd..0730757 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -21,8 +21,8 @@ config.h:
 .c.o:
 	$(CC) $(STCFLAGS) -c $<
 
-st.o: config.h st.h win.h
-x.o: arg.h st.h win.h
+st.o: st.h win.h
+x.o: arg.h config.h st.h win.h
 
 $(OBJ): config.h config.mk
 
-- 
2.20.1
Received on Sun Dec 30 2018 - 23:21:58 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 30 2018 - 23:24:21 CET