changeset 2400:49dc322cd9fb

[project @ 1996-10-13 05:36:32 by jwe]
author jwe
date Sun, 13 Oct 1996 05:36:32 +0000
parents 96abb5c4568d
children 30cd01f9970c
files readline/Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readline/Makefile.in	Sun Oct 13 05:03:02 1996 +0000
+++ b/readline/Makefile.in	Sun Oct 13 05:36:32 1996 +0000
@@ -211,6 +211,7 @@
 clean maintainer-clean realclean distclean mostlyclean::
 	$(RM) -f $(OBJECTS) libreadline.a libhistory.a pic/*.o
 	(if [ -d doc ]; then cd doc; $(MAKE) $(MFLAGS) $@; fi)
+	(if [ -d examples ]; then cd examples; $(MAKE) $(MFLAGS) $@; fi)
 	if $(SHARED_LIBS); then rm -f *.$(SHLEXT); fi
 
 maintainer-clean realclean distclean::