Remove a linuxism that just pollutes the file sytem

This commit is contained in:
matthieu 2006-11-28 11:27:01 +00:00
parent a3d27aee0a
commit 9e18381f78

View File

@ -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