aboutsummaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf4
1 files changed, 3 insertions, 1 deletions
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