X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;fp=Makefile.am;h=3f23249060edd5b64c583817c9de238a6775f9da;hb=23ae9ca88799109e397a7eb88f06e4bae6f97ae2;hp=93851161a9bb1464c08e224355a76a11dff2d629;hpb=0207cc51527316a3cff9c713615413cb026bc637;p=ust.git diff --git a/Makefile.am b/Makefile.am index 9385116..3f23249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ ldscripts_DATA = libust.so libust-initializer.o CLEANFILES = $(ldscripts_DATA) ./tests/libust-initializer.Po libust.so: libust.ldscript.in - $(SED) -e "s@\@FORMAT\@@$(LIBFORMAT)@" -e "s@\@PATH\@@${libdir}@g" < $< > $@ + $(SED) -e "s@\@FORMAT\@@$(LIBFORMAT)@" < $< > $@ # It is very important to compile the initializer with PIC otherwise we # may get obscure errors when linking to shared libraries.