Skip to content

Commit

Permalink
Locate packcc in build directory instead of the source
Browse files Browse the repository at this point in the history
This should fix a Out-of-source or nested build.
  • Loading branch information
Myz committed Mar 5, 2019
1 parent affa2f7 commit 5de4826
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 5de4826

Please sign in to comment.