(INCLUDE): Also include . in build dir.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@320 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-03-03 23:17:17 +00:00
commit c7112656b8

View file

@ -28,7 +28,8 @@ INCLUDE = -I$(srcdir)/../Include \
-I$(srcdir)/../Swig \
-I$(srcdir)/../Preprocessor \
-I$(srcdir)/../DOH/Include \
-I../Include
-I../Include \
-I.
# Rules for creation of a .o file from .cxx
.SUFFIXES: .cxx