mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +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 =
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue