diff options
| author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-04 12:33:01 +0100 |
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-04 12:33:01 +0100 |
| commit | 7e19e116764d2651721cb9062ccaac31b0c771f2 (patch) | |
| tree | 59b79a2157efe6adfe43ce6cd4d5c7e43d85b528 | |
| parent | 096b125db7ec254002a049ef3a5c1204bd7f0ad9 (diff) | |
| download | st-7e19e116764d2651721cb9062ccaac31b0c771f2.tar.gz st-7e19e116764d2651721cb9062ccaac31b0c771f2.zip | |
Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ config.h: | |||
| 22 | $(CC) $(STCFLAGS) -c $< | 22 | $(CC) $(STCFLAGS) -c $< |
| 23 | 23 | ||
| 24 | st.o: config.h st.h win.h | 24 | st.o: config.h st.h win.h |
| 25 | x.o: arg.h st.h win.h | 25 | x.o: arg.h config.h st.h win.h |
| 26 | 26 | ||
| 27 | $(OBJ): config.h config.mk | 27 | $(OBJ): config.h config.mk |
| 28 | 28 | ||
