mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
There is no sample/Makefile.in, so do not try to generate sample/Makefile
even if the directory exists.
This commit is contained in:
parent
2ce9cd4140
commit
43be41d965
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue