From 428096c1c01b9942c62105e547eaa6c7d44e6ce1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 20 Jun 2016 19:25:15 +0100 Subject: [PATCH] Use installed goaljobs package. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d509c4..88284f6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Comment out the next line if goaljobs is installed. If it is not # installed, change the path to the location of the goaljobs build # directory. -pkgdir = ../goaljobs +#pkgdir = ../goaljobs ifeq ($(pkgdir),) goaljobs = goaljobs --package pcre,extlib -- 1.8.3.1