From cf561391a1dcdae6d5111f2f383e6e7acb31d265 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 9 May 1992 04:06:58 +0000 Subject: [PATCH] Formerly GNUmakefile.~58~ --- GNUmakefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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