diff options
Diffstat (limited to 'tools/move.sh')
-rwxr-xr-x | tools/move.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/move.sh b/tools/move.sh index 4b55c869ec..06c4e7f5cf 100755 --- a/tools/move.sh +++ b/tools/move.sh @@ -337,7 +337,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/ \$\(AM_CPPFLAGS\) / $(sd.ALL_CPPFLAGS) /g' \ -e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \ src/libbasic/include/basic/Makefile \ src/libsystemd/src/Makefile \ |