From: Roland McGrath Date: Sat, 9 May 1992 04:06:58 +0000 (+0000) Subject: Formerly GNUmakefile.~58~ X-Git-Tag: 3.70.2~784 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf561391a1dcdae6d5111f2f383e6e7acb31d265;p=thirdparty%2Fmake.git Formerly GNUmakefile.~58~ --- diff --git a/GNUmakefile b/GNUmakefile index b8c533bf..7fab98ea 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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