mirror of
https://github.com/mirror/make.git
synced 2026-08-31 03:38:03 +08:00
Formerly GNUmakefile.~58~
This commit is contained in:
@@ -79,11 +79,13 @@ $(prog): $(libc_dir)/libc.a
|
||||
globdep =
|
||||
globlib =
|
||||
|
||||
# So is getopt.
|
||||
GETOPT =
|
||||
|
||||
else
|
||||
|
||||
globdep =
|
||||
globlib =
|
||||
objs := $(objs) glob/fnmatch.o glob/glob.o
|
||||
globdep = glob/libglob.a
|
||||
globlib = $(globdep)
|
||||
CPPFLAGS := $(CPPFLAGS) -Iglob
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user