summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compatMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile
index f66fdaf..2abb817 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