Formerly GNUmakefile.~58~
authorRoland McGrath <roland@redhat.com>
Sat, 9 May 1992 04:06:58 +0000 (04:06 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 9 May 1992 04:06:58 +0000 (04:06 +0000)
GNUmakefile

index b8c533b..7fab98e 100644 (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