summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:15:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:15:54 -0400
commit1695727ec85c18e7a31fa824d68bb59704ddacd7 (patch)
treec5c7cd5e468cbdef35df8a222cdd2b692a698a42 /move.sh
parent20b308757e1bdf62160f861d04a9732514013d0f (diff)
s
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 bbcfe05384..99f935b627 100755
--- a/move.sh
+++ b/move.sh
@@ -239,7 +239,8 @@ fixup_makefiles() (
-e 's/ \$\(AM_CPPFLAGS\) / $(ALL_CPPFLAGS) /g' \
-e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \
src/libbasic/Makefile \
- src/libsystemd/libsystemd-journal-internal/Makefile
+ src/libsystemd/libsystemd-journal-internal/Makefile \
+ src/udev/Makefile
)
move() (