]> granicus.if.org Git - libexpat/commitdiff
Remove the sample directory; it is no longer used.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 26 Jul 2001 21:57:57 +0000 (21:57 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 26 Jul 2001 21:57:57 +0000 (21:57 +0000)
expat/Makefile.in
expat/configure.in

index 397918fc8e1d2b890473f93e571671ad46ca428b..e77b64c46b0a1b68a5814fdbebda118704fd02da 100644 (file)
@@ -76,7 +76,7 @@ PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
 VERSION = @VERSION@
 
-SUBDIRS = lib examples sample xmlwf
+SUBDIRS = lib examples xmlwf
 INSTALLSUBDIRS = lib xmlwf
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 CONFIG_HEADERS = config.h
@@ -121,7 +121,7 @@ distclean:
                (cd $$dir && $(MAKE) distclean); \
        done
        rm -f config.h config.status config.log config.cache libtool
-       rm -f Makefile examples/Makefile xmlwf/Makefile sample/Makefile
+       rm -f Makefile examples/Makefile xmlwf/Makefile
 
 extraclean: distclean
        rm -f aclocal.m4 config.h.in configure
index 2ea39df1f87c0ac63ccaa12186e86f2efb169aae..9b84077f6684cebb7eaffdcf89551bdd59a8e03c 100644 (file)
@@ -105,9 +105,6 @@ OUTPUT="Makefile lib/Makefile lib/expat.h"
 if test -d ${srcdir}/xmlwf; then
     OUTPUT="$OUTPUT xmlwf/Makefile"
 fi
-if test -d ${srcdir}/sample; then
-    OUTPUT="$OUTPUT sample/Makefile"
-fi
 if test -d ${srcdir}/examples; then
     OUTPUT="$OUTPUT examples/Makefile"
 fi