Skip to content

Commit

Permalink
add "exit 1" to the rule testing libgap version output
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
dimpase and fingolfin authored Oct 11, 2022
1 parent d69d969 commit 2f58c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@ ifeq ($(shell PKG_CONFIG_PATH=$(DESTDIR)$(libdir)/pkgconfig pkg-config --modvers
@echo "pkg-config reports correct version of libgap: "$(PACKAGE_VERSION)
else
@echo "pkg-config does not report version of libgap, or is not installed"
exit 1
endif

# test libgap's pkg-config's libgap flags fetching
Expand Down

0 comments on commit 2f58c4f

Please sign in to comment.