summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 16:10:57 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 16:10:57 -0400
commita8334ada043761e9e8ab29ae6d24d09a28688e6d (patch)
tree4c846488fbf2a14d7aa7e35abf989a43ebd1ccc9
parenta83e19dbaf62bcb33fb74f7e9c8a1fbce2c2af8f (diff)
parente347ba16d80df782c33cdf9574f36e7394fd522d (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
-rwxr-xr-xmove.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/move.sh b/move.sh
index 6a93b18f54..2f9a534163 100755
--- a/move.sh
+++ b/move.sh
@@ -149,6 +149,7 @@ fixup_makefiles() (
-e '/^ \$\(AM_V_at\)\$\(MKDIR_P\) \$\(dir \$@\)/d' \
-e 's/ \$\(CFLAGS\) / /g' \
-e 's/ \$\(CPPFLAGS\) / /g' \
+ -e 's/ \$\(AM_CPPFLAGS\) / $(ALL_CPPFLAGS) /g' \
-e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \
src/libbasic/Makefile
)