aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
commitad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b (patch)
treeeef210eda4aebbb09ffdd1c051b1a61d2ba69aa7 /package/ppp
parent0611443ef95fba15d8f35234d7c37699aa99d296 (diff)
downloadmaster-187ad058-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.tar.gz
master-187ad058-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.tar.bz2
master-187ad058-ad8fe944b96ca72bfd408abfd297ea4bf0e0ef9b.zip
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index a42af41d31..64351a5ca1 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -87,7 +87,7 @@ define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)/usr
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC="$(TARGET_CC)" \
+ $(TARGET_CONFIGURE_OPTS) \
COPTS="$(TARGET_CFLAGS)" \
PRECOMPILED_FILTER=1 \
STAGING_DIR="$(STAGING_DIR)" \