diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-27 18:27:21 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-08-27 18:27:21 -0700 |
commit | 5d3e62084566526d91dcbf6bf7089c18de24cd34 (patch) | |
tree | a58e71836e69d98095946069b8ef06872b04f319 /lib/readline | |
parent | 43d71a23e34a441f14843f2fd93ddde43c7b588b (diff) | |
download | vyatta-bash-5d3e62084566526d91dcbf6bf7089c18de24cd34.tar.gz vyatta-bash-5d3e62084566526d91dcbf6bf7089c18de24cd34.zip |
fix squeeze build issues
Diffstat (limited to 'lib/readline')
-rw-r--r-- | lib/readline/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/readline/Makefile.in b/lib/readline/Makefile.in index 98169e4..5ab97b8 100644 --- a/lib/readline/Makefile.in +++ b/lib/readline/Makefile.in @@ -98,12 +98,6 @@ OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \ util.o kill.o undo.o macro.o input.o callback.o terminal.o \ text.o nls.o misc.o $(HISTOBJ) $(TILDEOBJ) xmalloc.o compat.o -# The texinfo files which document this library. -DOCSOURCE = doc/rlman.texinfo doc/rltech.texinfo doc/rluser.texinfo -DOCOBJECT = doc/readline.dvi -DOCSUPPORT = doc/Makefile -DOCUMENTATION = $(DOCSOURCE) $(DOCOBJECT) $(DOCSUPPORT) - SUPPORT = Makefile ChangeLog $(DOCSUPPORT) examples/[-a-z.]* SOURCES = $(CSOURCES) $(HSOURCES) $(DOCSOURCE) @@ -129,7 +123,6 @@ libhistory.a: $(HISTOBJ) xmalloc.o documentation: force test -d doc || mkdir doc - -( cd doc && $(MAKE) $(MFLAGS) ) # Since tilde.c is shared between readline and bash, make sure we compile # it with the right flags when it's built as part of readline @@ -153,13 +146,10 @@ tags: force clean: force $(RM) $(OBJECTS) *.a - -( cd doc && $(MAKE) $(MFLAGS) $@ ) mostlyclean: clean - -( cd doc && $(MAKE) $(MFLAGS) $@ ) distclean maintainer-clean: clean - -( cd doc && $(MAKE) $(MFLAGS) $@ ) $(RM) Makefile $(RM) TAGS tags |