From 3bc64829e10e5102ef54510d4f9da0769242d528 Mon Sep 17 00:00:00 2001 From: Craig Barratt Date: Tue, 21 Mar 2017 17:38:45 -0700 Subject: [PATCH] made $(OBJECT) depend on config.h so that parallel builds (make -j) still run configure.sh first. --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 72c665a..f2f5da0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,6 +42,8 @@ md5/libmd5$(LIB_EXT): md5/Makefile config.h config.h: config.h.in ./configure.sh +$(OBJECT) : config.h + # # hack to make sure config.h is built before subdirs are entered #