Formerly GNUmakefile.~58~

This commit is contained in:
Roland McGrath 1992-05-09 04:06:58 +00:00
parent 276016fba7
commit cf561391a1

View file

@ -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