diff options
Diffstat (limited to 'move.sh')
-rwxr-xr-x | move.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() ( |