evil: why sed when rm works ? Get rid of the stupid .la files

SVN revision: 74290
This commit is contained in:
Vincent Torri 2012-07-21 18:44:50 +00:00
parent b14142b5eb
commit 78886b5542
2 changed files with 2 additions and 2 deletions

View File

@ -85,4 +85,4 @@ libevil_la_LINK = $(CXXLINK) $(libevil_la_LDFLAGS)
endif
install-data-hook:
sed -i -e 's/-luuid//g' $(libdir)/$(lib_LTLIBRARIES)
rm -f $(libdir)/$(lib_LTLIBRARIES)

View File

@ -15,4 +15,4 @@ libdl_la_LIBADD = $(top_builddir)/src/lib/libevil.la $(EFL_MPATROL_LIBS) @win32_
libdl_la_LDFLAGS = -no-undefined -Wl,--enable-auto-import -version-info @version_info@
install-data-hook:
sed -i -e 's/-luuid//g' $(libdir)/$(lib_LTLIBRARIES)
rm -f $(libdir)/$(lib_LTLIBRARIES)