Browse Source

fixup pkg-config error parens

pull/37/head
Joe Lawrence 11 years ago
parent
commit
0c3d9eaa50
  1. 2
      Makefile

2
Makefile

@ -36,7 +36,7 @@ GIT2DEBCL = ./tools/git2debcl
CPPFIND = ./tools/cppfind
ifeq ($(PKGCONFIG),"")
$(error "pkg-config not installed"
$(error "pkg-config not installed")
endif
ifeq ($(PANDOC),"")

Loading…
Cancel
Save