diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:31 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 16:10:31 -0400 |
commit | 6232bf36bfdb26cc33ceeeb20c375f2ce285c64a (patch) | |
tree | edfb31dcf4891d50d4e5df2781fe3e65acb91597 | |
parent | 210548eeed2cca68cf62707388b8bba2eda66afb (diff) |
stuff
-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 ) |