diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-18 19:54:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-18 19:54:17 +0000 |
commit | 6925f7153abf7c82dde84a668ccd15afcc0a0c12 (patch) | |
tree | 3c55e90c62c16f6cd02b5a730f3817f98b55466e | |
parent | 5460cd5a006ed120634d6cc51f0a0fe558cbd2c4 (diff) | |
download | gunmake-6925f7153abf7c82dde84a668ccd15afcc0a0c12.tar.gz |
Formerly compatMakefile.~55~
-rw-r--r-- | compatMakefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compatMakefile b/compatMakefile index 7c09d38..cd90220 100644 --- a/compatMakefile +++ b/compatMakefile @@ -150,11 +150,11 @@ make: $(objs) # -I. is needed to find config.h in the build directory. .c.o: - $(CC) $(CFLAGS) $(defines) -c -I. \ - -I$(srcdir) -I$(srcdir)/glob $< $(OUTPUT_OPTION) + $(CC) $(defines) -c -I. -I$(srcdir) -I$(srcdir)/glob \ + $(CFLAGS) $< $(OUTPUT_OPTION) remote.o: remote.c - $(CC) $(CFLAGS) $(defines) $(REMOTE) -c -I. \ - -I$(srcdir) $(srcdir)/remote.c + $(CC) $(defines) $(REMOTE) -c -I. -I$(srcdir) \ + $(CFLAGS) $(srcdir)/remote.c # For some losing Unix makes. MAKE = make |