Skip to content

Commit

Permalink
Fix make recheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Dodd authored and sethfowler committed Feb 2, 2017
1 parent 9e0de8a commit 727910a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ p4include_HEADERS += $(srcdir)/p4include/core.p4 $(srcdir)/p4include/v1model.p4

#### For testing, install headers in the build directory

check-install-headers:
all-local:
@$(MAKE) install-data pkgdatadir=$(builddir)

check: check-install-headers
recheck: check-install-headers

# FIXME -- should be a way of getting configure to do this automatcially? or automake?
setup.h: $(srcdir)/setup.h.in Makefile
@sed -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
Expand Down

0 comments on commit 727910a

Please sign in to comment.