blob: 4a77e1d38fa407be1a42ce3c1cd981c7d085e404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/glob/Makefile.in.orig Tue Sep 16 12:13:23 1997
+++ lib/glob/Makefile.in Tue Aug 4 21:18:05 1998
@@ -46,7 +46,7 @@
# The header files for this library.
HSOURCES = $(srcdir)/fnmatch.h
-OBJECTS = glob.o fnmatch.o
+OBJECTS = glob.o #fnmatch.o
# The texinfo files which document this library.
DOCSOURCE = doc/glob.texi
|