There is no sample/Makefile.in, so do not try to generate sample/Makefile

even if the directory exists.
This commit is contained in:
Fred L. Drake, Jr. 2001-03-01 04:07:20 +00:00
parent 2ce9cd4140
commit 43be41d965

View file

@ -96,9 +96,6 @@ 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