mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-05 22:17:05 +00:00
Formerly compatMakefile.~42~
This commit is contained in:
parent
6683a1c8db
commit
348caf1627
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue