Skip to content

Commit 3d6032e

Browse files
committed
libmtcr_ul: drop install-exec-hook
the .so file should remain for the target when dynamic linkage is used. If the file is removed, none of the applications will be loadable.
1 parent ddafc9f commit 3d6032e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mtcr_ul/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ endif
5252

5353
libraryincludedir=$(includedir)/mstflint
5454
libraryinclude_HEADERS = $(top_srcdir)/include/mtcr_ul/mtcr.h $(top_srcdir)/include/mtcr_ul/mtcr_com_defs.h $(top_srcdir)/include/mtcr_ul/mtcr_mf.h
55-
56-
install-exec-hook:
57-
rm -f $(DESTDIR)$(pkglibdir)/libmtcr_ul.so* $(DESTDIR)$(pkglibdir)/libmtcr_ul.la
58-
ln -snf mstflint/libmtcr_ul.a $(DESTDIR)$(libdir)/

0 commit comments

Comments
 (0)