mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 07:51:36 +00:00
Formerly compatMakefile.~41~
This commit is contained in:
parent
b0a49baf2f
commit
e7f3e4a031
1 changed files with 11 additions and 11 deletions
|
@ -99,8 +99,8 @@ CTAGS = ctags -tw
|
||||||
|
|
||||||
objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
|
objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
|
||||||
remote.o rule.o implicit.o default.o variable.o expand.o \
|
remote.o rule.o implicit.o default.o variable.o expand.o \
|
||||||
function.o vpath.o version.o ar.o arscan.o $(GLOB) \
|
function.o vpath.o version.o ar.o arscan.o \
|
||||||
$(GETOPT) $(ALLOCA) $(extras)
|
$(GLOB) $(GETOPT) $(ALLOCA) $(extras)
|
||||||
srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \
|
srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \
|
||||||
$(srcdir)/file.c $(srcdir)/getloadavg.c $(srcdir)/misc.c \
|
$(srcdir)/file.c $(srcdir)/getloadavg.c $(srcdir)/misc.c \
|
||||||
$(srcdir)/main.c $(srcdir)/read.c $(srcdir)/remake.c \
|
$(srcdir)/main.c $(srcdir)/read.c $(srcdir)/remake.c \
|
||||||
|
|
Loading…
Reference in a new issue