summaryrefslogtreecommitdiffstats
path: root/ed/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ed/Pkgfile')
-rw-r--r--ed/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ed/Pkgfile b/ed/Pkgfile
index 0d1ab00..64bd150 100644
--- a/ed/Pkgfile
+++ b/ed/Pkgfile
@@ -16,6 +16,6 @@ build ()
--exec-prefix=/ \
--mandir=$mandir \
CFLAGS="$CFLAGS";
- make ${CTARGET:+CC=$CTARGET-gcc};
+ make ${CHOST:+CC=$CHOST-gcc};
make DESTDIR=$PKG install;
}