From: nbd Date: Mon, 22 Jan 2007 00:26:17 +0000 (+0000) Subject: fix compile error X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=11c6128d0b29781d4445215ad09b5b629614fe2d;p=packages.git fix compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@6168 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/procps/Makefile b/utils/procps/Makefile index 91bcb1a09..85afedb6d 100644 --- a/utils/procps/Makefile +++ b/utils/procps/Makefile @@ -42,8 +42,8 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="\$$$$(EXTRA_CFLAGS)" \ - LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \ + CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \ + LDFLAGS="$(EXTRA_LDFLAGS)" \ ) endef