From fbf20fd09fa314889a7694ddbb23d021d8ffd757 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 22 Jul 2003 17:36:39 -0500 Subject: [svn-r7247] Purpose: Bug fix Description: The "prefix?=..." is not recognized by all make commands. Even some older gmake do not recognize it. The result is that "make install" failed for many platforms (AIX, Solaris 2.7, HPUX 11, ...) because when they tried to install at $(prefix)/lib, it becomes /lib since $(prefix) is not defined. Solution: Restore it back to the previous prefix=... Platforms tested: h5committested. Also ran in-place build using vendor make in kelgia, arabica and copper. Misc. update: --- config/commence.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commence.in b/config/commence.in index 9c8a623..af1275c 100644 --- a/config/commence.in +++ b/config/commence.in @@ -34,7 +34,7 @@ RUNTEST=$(RUNSERIAL) TRACE=: ## Installation points -prefix?=@prefix@ +prefix=@prefix@ exec_prefix=@exec_prefix@ bindir=@bindir@ libdir=@libdir@ -- cgit v0.12