Fix for RUNTIMEDIR and tidy up some junk

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4732 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-04-28 22:53:24 +00:00
commit 2ec2f570ac

View file

@ -33,16 +33,12 @@ LIBS =
INTERFACE =
SWIGOPT =
SWIG = swig@release_suffix@
RUNTIMEDIR = $(exec_prefix)/lib
LIBM = @LIBM@
LIBC = @LIBC@
LIBCRYPT = @LIBCRYPT@
SYSLIBS = $(LIBM) $(LIBC) $(LIBCRYPT)
libtool_comp = $(TOP)/../Tools/libtool --mode compile
libtool_link = $(TOP)/../Tools/libtool --mode link
# X11 options
XLIB = @XLIBSW@