From bbee7d17a17de6bf54ab7a27f68e1b0f6dda2145 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 31 Jul 2007 10:13:04 +0000 Subject: [PATCH] ptrtd: cleanup, fix cflags SVN-Revision: 8263 --- ipv6/ptrtd/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ipv6/ptrtd/Makefile b/ipv6/ptrtd/Makefile index 760774f4f1..c84b3d6e55 100644 --- a/ipv6/ptrtd/Makefile +++ b/ipv6/ptrtd/Makefile @@ -32,12 +32,8 @@ define Package/ptrtd URL:=http://v6web.litech.org/ptrtd/ endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - CC="$(TARGET_CC)" \ - all -endef +MAKE_FLAGS += \ + CFLAGS="$(TARGET_CFLAGS)" define Package/ptrtd/install $(INSTALL_DIR) $(1)/usr/sbin/ -- 2.30.2