summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index d6ab19450a..f4cea391b2 100755
--- a/move.sh
+++ b/move.sh
@@ -184,7 +184,8 @@ fixup_makefiles() (
-e 's/ \$\(CPPFLAGS\) / /g' \
-e 's/ \$\(AM_CPPFLAGS\) / $(ALL_CPPFLAGS) /g' \
-e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \
- src/libbasic/Makefile
+ src/libbasic/Makefile \
+ src/libsystemd/libsystemd-journal-internal/Makefile
)
move() (