diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:57 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:57 -0400 |
commit | a8334ada043761e9e8ab29ae6d24d09a28688e6d (patch) | |
tree | 4c846488fbf2a14d7aa7e35abf989a43ebd1ccc9 | |
parent | a83e19dbaf62bcb33fb74f7e9c8a1fbce2c2af8f (diff) | |
parent | e347ba16d80df782c33cdf9574f36e7394fd522d (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
-rwxr-xr-x | move.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |