Fixed Makefile problem
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@379 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
210439c397
commit
d3a396b1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ parser.o: parser.cxx
|
|||
$(CXX) $(INCLUDE) $(CFLAGS) $< -c -o parser.o
|
||||
|
||||
parser.cxx: $(PARSER)
|
||||
$(YACC) @YFLAGS@ $<
|
||||
$(YACC) @YFLAGS@ $(PARSER)
|
||||
@cp y.tab.h parser.h
|
||||
@cp y.tab.c parser.cxx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue