diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-31 12:26:53 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-31 12:26:53 -0400 |
commit | d1e68bb82dad397cae99aefdbbb53df653dbc7de (patch) | |
tree | 659077503297463a5795e6559a46b02b3b47b733 /tools | |
parent | 88ba8d4c5f1edc74a609b6cdc21ffb2f80752d4b (diff) | |
parent | 460055a0757f122f67723d8006d334f06205ed42 (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/notsd-move | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/notsd-move b/tools/notsd-move index 36ca546a63..096c3d8338 100755 --- a/tools/notsd-move +++ b/tools/notsd-move @@ -786,6 +786,7 @@ fixup_makefile() { -e 's|^if (.*)|ifneq ($(\1),)|' \ -e '/^\s*\$\(AM_(C|CPP|LD)FLAGS\b/d' \ -e 's|--version-script=.*/([^/]+)\.sym|--version-script=$(srcdir)/\1.sym|g' \ + -e 's|\$\((lib\S+)_la_LIBADD\)|\1.la|g' \ \ -e '#### Rename helpers ################' \ -e 's|libbasic_la|libsystemd_basic_la|g' \ |