mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
Formerly GNUmakefile.~58~
This commit is contained in:
parent
276016fba7
commit
cf561391a1
1 changed files with 5 additions and 3 deletions
|
@ -79,11 +79,13 @@ $(prog): $(libc_dir)/libc.a
|
||||||
globdep =
|
globdep =
|
||||||
globlib =
|
globlib =
|
||||||
|
|
||||||
|
# So is getopt.
|
||||||
|
GETOPT =
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
globdep =
|
globdep = glob/libglob.a
|
||||||
globlib =
|
globlib = $(globdep)
|
||||||
objs := $(objs) glob/fnmatch.o glob/glob.o
|
|
||||||
CPPFLAGS := $(CPPFLAGS) -Iglob
|
CPPFLAGS := $(CPPFLAGS) -Iglob
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue