summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:49:00 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 02:49:00 -0400
commitae79ac19963f32f0604e2262b5e177a4abed0d98 (patch)
tree6b9c5d25bbbff40561000fc5fc2b6a949ba05ac3 /move.sh
parenta7c19167c184f6410889659954704d5cdb016a59 (diff)
stuff in Makefiles
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() (