config/path:

- remove unneeded code
This commit is contained in:
Stephan Raue 2009-10-22 08:31:05 +02:00
parent 4e822d7674
commit bf1ddf14c0

View File

@ -46,22 +46,6 @@ MAKE="$ROOT/$TOOLCHAIN/bin/make"
MAKEINSTALL="$ROOT/$TOOLCHAIN/bin/make DESTDIR=$SYSROOT_PREFIX install"
SED="sed -i"
CONFIGURE=" ./configure --host=$TARGET_NAME
--build=$HOST_NAME
--prefix=/usr
--sysconfdir=/etc
--localstatedir=/var
--disable-static
--enable-shared"
CONFIGURESTATIC=" ./configure --host=$TARGET_NAME
--build=$HOST_NAME
--prefix=/usr
--sysconfdir=/etc
--localstatedir=/var
--enable-static
--disable-shared"
XORG_PATH_ENCODINGS=/usr/share/X11/encodings
XORG_PATH_FONTS=/usr/share/X11/fonts
XORG_PATH_MAPS=$XORG_PATH_FONTS/util