mirror of
https://github.com/mirror/make.git
synced 2025-01-21 01:30:30 +08:00
Formerly compatMakefile.~39~
This commit is contained in:
parent
a39f01fb1d
commit
29002aca14
@ -91,7 +91,8 @@ CTAGS = ctags -tw
|
||||
|
||||
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 \
|
||||
function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(ALLOCA) $(extras)
|
||||
function.o vpath.o version.o ar.o arscan.o glob/libglob.a \
|
||||
$(GETOPT) $(ALLOCA) $(extras)
|
||||
srcs = $(srcdir)/commands.c $(srcdir)/job.c $(srcdir)/dir.c \
|
||||
$(srcdir)/file.c $(srcdir)/getloadavg.c $(srcdir)/misc.c \
|
||||
$(srcdir)/main.c $(srcdir)/read.c $(srcdir)/remake.c \
|
||||
|
Loading…
Reference in New Issue
Block a user