diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-15 23:11:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-15 23:11:02 +0000 |
commit | 348caf16275910c73666b8668587097a6f961268 (patch) | |
tree | 1e00b2fcb0d9b74e394857e9bc52376049f1c0d2 | |
parent | 6683a1c8db4d72570c5560b442545271f2a729ab (diff) | |
download | gunmake-348caf16275910c73666b8668587097a6f961268.tar.gz |
Formerly compatMakefile.~42~
-rw-r--r-- | compatMakefile | 4 |
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 |