blob: f401e85b91723986d6f8d3d97f982cd8beb4185c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./build_posix/makemake.orig
+++ ./build_posix/makemake
@@ -25,7 +25,7 @@
# Write the list of sources.
echo
-echo "libwiredtiger_la_LDFLAGS = -release @VERSION@"
+echo "libwiredtiger_la_LDFLAGS ="
echo "libwiredtiger_la_SOURCES ="
sed -e '/^[a-z]/!d' < ../dist/filelist | while read file cond; do
if test -n "$cond"; then
|