[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:
This commit is contained in:
Albert Cheng 2003-07-22 17:36:39 -05:00
parent b06dd8c824
commit fbf20fd09f

View File

@ -34,7 +34,7 @@ RUNTEST=$(RUNSERIAL)
TRACE=:
## Installation points
prefix?=@prefix@
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@