mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fixed make so that it uses itself to "make install".
This commit is contained in:
@@ -5,17 +5,17 @@ CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
MESSAGE="Warning, if building Haiku OptionalPackage, be sure Getext and libintl are not enabled"
|
||||
MESSAGE="Warning, if building Haiku OptionalPackage, be sure gettext and libintl are not enabled"
|
||||
BUILD {
|
||||
cd make-3.82
|
||||
libtoolize -fci
|
||||
libtoolize --force --copy --install
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` LOCALEDIR="/etc/locale"
|
||||
make
|
||||
./build.sh
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd make-3.82
|
||||
make install
|
||||
./make install
|
||||
}
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1988-2010 Free Software Foundation, Inc."
|
||||
|
||||
Reference in New Issue
Block a user