Spoke to soon -- one of the patches added a Makefile.in to the sample/

directory, so we do need to configure it.
This commit is contained in:
Fred L. Drake, Jr. 2001-03-01 04:14:23 +00:00
parent 1139ceac02
commit 6c543e265d

View File

@ -96,6 +96,9 @@ OUTPUT="Makefile lib/Makefile lib/expat.h"
if test -d xmlwf; then
OUTPUT="$OUTPUT xmlwf/Makefile"
fi
if test -d sample; then
OUTPUT="$OUTPUT sample/Makefile"
fi
if test -d examples; then
OUTPUT="$OUTPUT examples/Makefile"
fi