From 348caf16275910c73666b8668587097a6f961268 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Oct 1992 23:11:02 +0000 Subject: [PATCH] Formerly compatMakefile.~42~ --- compatMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compatMakefile b/compatMakefile index f66fdafe..2abb8179 100644 --- a/compatMakefile +++ b/compatMakefile @@ -141,8 +141,8 @@ make: $(objs) $(CC) $(LDFLAGS) $(objs) $(LOADLIBES) -o make.new mv -f make.new make -.c.o: - $(CC) $(CFLAGS) $(defines) -c -I$(srcdir) $< $(OUTPUT_OPTION) +.c.o:;\ +$(CC) $(CFLAGS) $(defines) -c -I$(srcdir) -I$(srcdir)/glob $< $(OUTPUT_OPTION) remote.o: remote.c $(CC) $(CFLAGS) $(defines) $(REMOTE) -c -I$(srcdir) $(srcdir)/remote.c