Skip to content

Commit

Permalink
Merge pull request #2030 from Myz/master
Browse files Browse the repository at this point in the history
Locate packcc in build directory instead of the source
  • Loading branch information
masatake committed Mar 5, 2019
2 parents affa2f7 + 5de4826 commit 6cecfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ endif
packcc_verbose = $(packcc_verbose_@AM_V@)
packcc_verbose_ = $(packcc_verbose_@AM_DEFAULT_V@)
packcc_verbose_0 = @echo PACKCC " $@";
PACKCC = $(srcdir)/packcc$(EXEEXT)
PACKCC = $(top_builddir)/packcc$(EXEEXT)
SUFFIXES += .peg
.peg.c:
$(packcc_verbose)$(PACKCC) $<
Expand Down

0 comments on commit 6cecfb9

Please sign in to comment.