diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-28 19:52:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-28 19:52:59 +0000 |
commit | da75cd56c38b0a31bb7749d58ee1a7f2f925606f (patch) | |
tree | 73bb0a94ab70ea2959321da9f5d069230336bb6b | |
parent | 1a6a55a0b79f8141ee135aca0ee62e42ed07b9b3 (diff) |
Typo.
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |