RUNTIMEDIR fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4736 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-04-28 23:39:14 +00:00
commit 13c1cf8f77

View file

@ -1,8 +1,7 @@
TOP = ../..
SWIG = $(TOP)/../swig
SWIGOPT = -c
#If your system requires linking with the runtime libraries then set the directory location here
RUNTIMEDIR = /usr/local/lib
RUNTIMEDIR = $(TOP)/../Runtime/.libs
all::
$(MAKE) -f $(TOP)/Makefile SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \