summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-10-15 23:11:02 +0000
committerRoland McGrath <roland@redhat.com>1992-10-15 23:11:02 +0000
commit348caf16275910c73666b8668587097a6f961268 (patch)
tree1e00b2fcb0d9b74e394857e9bc52376049f1c0d2 /compatMakefile
parent6683a1c8db4d72570c5560b442545271f2a729ab (diff)
downloadgunmake-348caf16275910c73666b8668587097a6f961268.tar.gz
Formerly compatMakefile.~42~
Diffstat (limited to 'compatMakefile')
-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