From 9e18381f7838866ac54f03f3d0b22a86dcb39c85 Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 28 Nov 2006 11:27:01 +0000 Subject: [PATCH] Remove a linuxism that just pollutes the file sytem --- lib/libXaw/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/libXaw/Makefile.am b/lib/libXaw/Makefile.am index 05dcc3a0b..dfb3e7ac5 100644 --- a/lib/libXaw/Makefile.am +++ b/lib/libXaw/Makefile.am @@ -34,8 +34,3 @@ EXTRA_DIST = xaw6.pc.in \ xaw.m4 \ old-doc/Changelog \ old-doc/CHANGES - -if !PLATFORM_WIN32 -install-exec-hook: - cd $(DESTDIR)$(libdir) && rm -f libXaw.so && ln -s $(DEFAULT_LIB) libXaw.so -endif