Skip to content

Commit

Permalink
Fix parallel makes on BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed May 12, 2000
1 parent 4132ec8 commit afedd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libZend_la_DEPENDENCIES = $(ZEND_SCANNER)

# automake isn't too clever about "non-standard" use of lex and yacc

zend-scanner.lo zend-scanner-cc.lo: zend-parser.h
$(libZend_la_OBJECTS) zend-scanner.lo zend-scanner-cc.lo: zend-parser.h

zend-scanner.c: $(srcdir)/zend-scanner.l
$(LEX) -Pzend -o$@ -i $(srcdir)/zend-scanner.l
Expand Down

0 comments on commit afedd22

Please sign in to comment.