瀏覽代碼

Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
Hiltjo Posthuma 6 年之前
父節點
當前提交
7e19e11676
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
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