diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ distclean: clean .PHONY: depend depend: - $(PROG) $(top_srcdir)/depend.txr > $(top_srcdir)/dep.mk + $(PROG) $(top_srcdir)/depend.txr $(OBJS) > $(top_srcdir)/dep.mk TESTS := $(patsubst $(top_srcdir)/%.txr,./%.ok,\ $(shell find $(top_srcdir)/tests -name '*.txr' | sort)) |