summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
committerLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
commitc4b9d9e80826b8f309f21298440c0baf492929a2 (patch)
tree98b2561257dd9518326e1c97cc03102a58295b01 /make
parent91f7c987c26853e777c599731e65222081df3732 (diff)
downloaddevel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.gz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.bz2
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.xz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.zip
Foutu mainteneur de pkg++, alors.
Diffstat (limited to 'make')
-rw-r--r--make/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/Pkgfile b/make/Pkgfile
index cfa78b4..b548ef1 100644
--- a/make/Pkgfile
+++ b/make/Pkgfile
@@ -12,7 +12,7 @@ source=(ftp://ftp.de.debian.org/debian/pool/main/p/pmake/${name}_${version}.orig
build () {
cd pmake
make -f Makefile.boot \
- ${CTARGET:+CC=$CTARGET-gcc} \
+ ${CHOST:+CC=$CHOST-gcc} \
CFLAGS="$CFLAGS -DHAVE_STRDUP -DHAVE_STRERROR"
mkdir -pv $PKG$bindir
install -m0755 bmake $PKG$bindir/pmake