From: Roland McGrath Date: Mon, 18 Jan 1993 19:54:17 +0000 (+0000) Subject: Formerly compatMakefile.~55~ X-Git-Tag: 3.70.2~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6925f7153abf7c82dde84a668ccd15afcc0a0c12;p=thirdparty%2Fmake.git Formerly compatMakefile.~55~ --- diff --git a/compatMakefile b/compatMakefile index 7c09d381..cd902202 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