diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:53:41 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:53:41 -0400 |
commit | 26e121dde080f9cf68c5fdf97e6172bc4cde8a07 (patch) | |
tree | 3093000a441e3a40493a007f86c9c65a8578c755 | |
parent | f31f9866dba43411df8ca34c847975b54e4f8717 (diff) | |
download | fork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.tar.gz fork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.tar.bz2 fork-ledger-26e121dde080f9cf68c5fdf97e6172bc4cde8a07.zip |
Pass all flags to the underlying make when --build is passed to acprep.
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |