Formerly compatMakefile.~42~
authorRoland McGrath <roland@redhat.com>
Thu, 15 Oct 1992 23:11:02 +0000 (23:11 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 15 Oct 1992 23:11:02 +0000 (23:11 +0000)
compatMakefile

index f66fdaf..2abb817 100644 (file)
@@ -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