summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 16:10:31 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 16:10:31 -0400
commit6232bf36bfdb26cc33ceeeb20c375f2ce285c64a (patch)
treeedfb31dcf4891d50d4e5df2781fe3e65acb91597 /move.sh
parent210548eeed2cca68cf62707388b8bba2eda66afb (diff)
stuff
Diffstat (limited to 'move.sh')
-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
)