mirror of
https://github.com/mirror/make.git
synced 2025-01-21 01:30:30 +08:00
Formerly compatMakefile.~58~
This commit is contained in:
parent
dfaa02a8d5
commit
3c516ccd35
@ -152,7 +152,7 @@ make: $(objs)
|
||||
.c.o:
|
||||
$(CC) $(defines) -c -I. -I$(srcdir) -I$(srcdir)/glob \
|
||||
$(CFLAGS) $< $(OUTPUT_OPTION)
|
||||
remote.o: remote.c
|
||||
remote.o: remote.c remote-*.c
|
||||
$(CC) $(defines) $(REMOTE) -c -I. -I$(srcdir) \
|
||||
$(CFLAGS) $(srcdir)/remote.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user