mirror of
https://github.com/mirror/make.git
synced 2025-02-06 09:40:33 +08:00
Formerly compatMakefile.~42~
This commit is contained in:
parent
6683a1c8db
commit
348caf1627
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user