Subject: | Makefile broken (at least for RedHat Enterprise 4 ES 4) |
I was not able to build XML::Merge on RedHat Enterprise Linux 4 ES
Release 4.
It exhibited the following problem, detailed at
http://www.karakas-online.de/forum/viewtopic.php?t=3162:
Too early to specify a build action 'Build'. Do 'Build Build' instead.
make: *** [all] Error 9
I applied the fix detailed at the aforementioned site, via a Makefile
patch (attached). This allowed me to build.
Regards,
-Kevin D'Aquila
Subject: | Makefile.patch |
--- Makefile 2007-06-06 09:09:15.000000000 -0400
+++ Makefile.new 2007-06-06 09:13:10.000000000 -0400
@@ -395,7 +395,8 @@
$(NOECHO) $(NOOP)
Build :: Build.PL
- $(PERLRUNINST) Build.PL Build
+ $(PERLRUNINST) Build.PL
+ ./Build
# --- MakeMaker installbin section: