From 24d5bf1de3e64c3ddb24199cbc6e9c194a03887e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 2 Dec 2009 21:42:34 -0800 Subject: Fix annoyances with dependency generation, such as picking up local files that are not in the project. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58cf57a3..e756e35c 100644 --- a/Makefile +++ b/Makefile @@ -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)) -- cgit v1.2.3