From f2ce20a66e0ab9abb0128458aa0e6f6e2052881f Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sat, 26 Oct 1996 01:07:22 +0000 Subject: Fri Oct 25 20:17:47 1996 Thomas Bushnell, n/BSG * Makeconf (%.prof_d): Don't set no-deps. (.prof_d inclusion): Don't do it if prof-depend=t. --- Makeconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 5ecf1ead..98ae8ce5 100644 --- a/Makeconf +++ b/Makeconf @@ -423,8 +423,10 @@ ifneq ($(no_deps),t) -include $(subst User.o,.miguh_d,$(filter %User.o,$(OBJS))) /dev/null ifneq ($(makemode),library) +ifneq ($(prof-depend),t) -include $(addsuffix .prof_d,$(target)) /dev/null endif +endif # For each .o file we need a .d file. -include $(subst .o,.d,$(filter %.o,$(OBJS))) /dev/null @@ -453,7 +455,7 @@ endif sed -e 's/User\.c/_U\.h/' -e 's/migu_d/miguh_d/' < $< > $@ %.prof_d: Makefile - $(MAKE) $* prof-depend=t no_deps=t + $(MAKE) $* prof-depend=t ifeq ($(prof-depend),t) $(target): %: FORCE -- cgit v1.2.3