projects
/
libexpat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce9cd4
)
There is no sample/Makefile.in, so do not try to generate sample/Makefile
author
Fred L. Drake, Jr.
<fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:07:20 +0000
(
04:07
+0000)
committer
Fred L. Drake, Jr.
<fdrake@users.sourceforge.net>
Thu, 1 Mar 2001 04:07:20 +0000
(
04:07
+0000)
even if the directory exists.
expat/configure.in
patch
|
blob
|
history
diff --git
a/expat/configure.in
b/expat/configure.in
index b0e299f3b5245c08d9b61f166edec293504f669e..a48986bec3da8b8444e3e54279b4e1e8756ff886 100644
(file)
--- a/
expat/configure.in
+++ b/
expat/configure.in
@@
-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