Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Regex library needs 6model core built first; twiddle Makefile depende…
…ncy for it.
  • Loading branch information
jnthn committed Jan 22, 2011
1 parent d1002fc commit e67a933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -221,7 +221,7 @@ stage0: $(STAGE0)
stage1: $(STAGE1)
stage2: $(STAGE2)

$(REGEX_PBC): $(REGEX_SOURCES)
$(REGEX_PBC): $(DYNEXT_TARGET) $(REGEX_SOURCES)
$(PARROT) -o $(REGEX_PBC) $(REGEX_SOURCES)

$(STAGE0): $(STAGE0_PBCS)
Expand Down

0 comments on commit e67a933

Please sign in to comment.