summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-28 19:52:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-28 19:52:59 +0000
commitda75cd56c38b0a31bb7749d58ee1a7f2f925606f (patch)
tree73bb0a94ab70ea2959321da9f5d069230336bb6b
parent1a6a55a0b79f8141ee135aca0ee62e42ed07b9b3 (diff)
Typo.
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index d63a4009..454f7b32 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 $(subst .o,.d,$(filter %.o $(OBJS))) /dev/null
+include $(subst .o,.d,$(filter %.o,$(OBJS))) /dev/null
endif