diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-31 12:16:03 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-31 12:16:03 -0400 |
commit | 796cdb6effad1c36d4b861c1fe3917d26f23a968 (patch) | |
tree | 99be1478a79255d7cddc94fa416c964be22ad3bd /tools | |
parent | f5828cc5def25fa4121c2e432cdd2178400d3c38 (diff) |
tidy up
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' \ |