diff Makefile @ 2972:169114e27438

also build pkg-config instead of expecting it to be present
author John W. Eaton <jwe@octave.org>
date Tue, 05 Feb 2013 20:53:27 -0500
parents 7145a94e4f4e
children 5329f4891fb7
line wrap: on
line diff
--- a/Makefile	Tue Feb 05 15:41:22 2013 -0500
+++ b/Makefile	Tue Feb 05 20:53:27 2013 -0500
@@ -37,12 +37,12 @@
 
 REQUIREMENTS :=  bash bison bzip2 flex \
                 gcc intltoolize \
-                $(MAKE) openssl $(PATCH) $(PERL) pkg-config \
+                $(MAKE) openssl $(PATCH) $(PERL) \
                 scons $(SED) unzip wget xz yasm
 
 LIBTOOL     := libtool
 LIBTOOLIZE  := libtoolize
-BUILD_TOOLS := build-autoconf build-automake build-cmake build-libtool
+BUILD_TOOLS := build-autoconf build-automake build-cmake build-libtool build-pkg-config
 
 PREFIX     := $(PWD)/usr
 LOG_DIR    := $(PWD)/log