File format changed to Unix. Fix dependencies when building using parallel make.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4236 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7242aeb3cf
commit
fc5d424000
1 changed files with 3 additions and 2 deletions
|
|
@ -25,8 +25,9 @@ AM_CXXFLAGS = -I$(SOURCE_DIR)/Include \
|
|||
|
||||
AM_YFLAGS = -d
|
||||
|
||||
swig_SOURCES = CParse/parser.y \
|
||||
CParse/cscanner.c \
|
||||
BUILT_SOURCES = CParse/parser.h
|
||||
swig_SOURCES = CParse/cscanner.c \
|
||||
CParse/parser.y \
|
||||
CParse/templ.c \
|
||||
CParse/util.c \
|
||||
DOH/base.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue