]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly compatMakefile.~55~
authorRoland McGrath <roland@redhat.com>
Mon, 18 Jan 1993 19:54:17 +0000 (19:54 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 18 Jan 1993 19:54:17 +0000 (19:54 +0000)
compatMakefile

index 7c09d3812c269183a5089065eb4a601e1dec02cc..cd90220206d3f6fc318c4b92169a6fdb04e6a3bc 100644 (file)
@@ -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