mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly compatMakefile.~55~
This commit is contained in:
parent
5460cd5a00
commit
6925f7153a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue