summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 1e4a04b6..d9ff4c63 100755
--- a/acprep
+++ b/acprep
@@ -295,6 +295,6 @@ fi
# options.
if [ $DO_BUILD = true ]; then
- echo "make ARCHFLAGS=\"$ARCHFLAGS\" \"$@\"" > make.sh
+ echo "make ARCHFLAGS=\"$ARCHFLAGS\" CPPFLAGS=\"$CPPFLAGS\" LDFLAGS=\"$LDFLAGS\" CXXFLAGS=\"$CXXFLAGS\" DISTCHECK_CONFIGURE_FLAGS=\"--disable-dependency-tracking\" $@" > make.sh
sh -x make.sh
fi