diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 11:27:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 11:27:02 +0000 |
commit | f096ff71290eaedf39407b70aded5db46d45e060 (patch) | |
tree | 6fa9d91ed9eacf3b3f594185b3d3dfb85182d798 /lib/libXaw | |
parent | 0d59b0282e2a57f10f46981509f2a4d9e2ce9c6d (diff) |
Remove a linuxism that just pollutes the file sytem
Diffstat (limited to 'lib/libXaw')
-rw-r--r-- | lib/libXaw/Makefile.am | 5 |
1 files changed, 0 insertions, 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 |