summaryrefslogtreecommitdiff
path: root/lib/glob
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-08-27 18:27:21 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-27 18:27:21 -0700
commit5d3e62084566526d91dcbf6bf7089c18de24cd34 (patch)
treea58e71836e69d98095946069b8ef06872b04f319 /lib/glob
parent43d71a23e34a441f14843f2fd93ddde43c7b588b (diff)
downloadvyatta-bash-5d3e62084566526d91dcbf6bf7089c18de24cd34.tar.gz
vyatta-bash-5d3e62084566526d91dcbf6bf7089c18de24cd34.zip
fix squeeze build issues
Diffstat (limited to 'lib/glob')
-rw-r--r--lib/glob/Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/glob/Makefile.in b/lib/glob/Makefile.in
index 9f53a7b..a25b7bb 100644
--- a/lib/glob/Makefile.in
+++ b/lib/glob/Makefile.in
@@ -74,12 +74,6 @@ HSOURCES = $(srcdir)/strmatch.h
OBJECTS = glob.o strmatch.o smatch.o xmbsrtowcs.o
-# The texinfo files which document this library.
-DOCSOURCE = doc/glob.texi
-DOCOBJECT = doc/glob.dvi
-DOCSUPPORT = doc/Makefile
-DOCUMENTATION = $(DOCSOURCE) $(DOCOBJECT) $(DOCSUPPORT)
-
SUPPORT = Makefile ChangeLog $(DOCSUPPORT)
SOURCES = $(CSOURCES) $(HSOURCES) $(DOCSOURCE)
@@ -101,7 +95,7 @@ what-tar:
done
documentation: force
- -(cd doc; $(MAKE) $(MFLAGS))
+
force:
# The rule for 'includes' is written funny so that the if statement
@@ -111,14 +105,11 @@ install:
clean:
rm -f $(OBJECTS) $(LIBRARY_NAME)
- -(cd doc && $(MAKE) $(MFLAGS) $@ )
realclean distclean maintainer-clean: clean
- -( cd doc && $(MAKE) $(MFLAGS) $@ )
$(RM) -f Makefile
mostlyclean: clean
- -( cd doc && $(MAKE) $(MFLAGS) $@ )
######################################################################
# #