From 1a6a55a0b79f8141ee135aca0ee62e42ed07b9b3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 28 Aug 1995 19:52:13 +0000 Subject: (inclusion of .d files based on OBJS): Only deal with .o files in $(OBJS). --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makeconf b/Makeconf index 18f66d23..d63a4009 100644 --- a/Makeconf +++ b/Makeconf @@ -256,7 +256,7 @@ include $(subst Server.o,.migsh_d,$(filter %Server.o,$(OBJS))) /dev/null include $(subst User.o,.miguh_d,$(filter %User.o,$(OBJS))) /dev/null # For each .o file we need a .d file. -include $(OBJS:.o=.d) /dev/null +include $(subst .o,.d,$(filter %.o $(OBJS))) /dev/null endif -- cgit v1.2.3