From 9983eeb5baf3d2acb12ea8e8ab2942dfeb070191 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 22 Jan 2007 00:26:17 +0000 Subject: [PATCH 1/1] fix compile error SVN-Revision: 6168 --- utils/procps/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/procps/Makefile b/utils/procps/Makefile index 91bcb1a09b..85afedb6d0 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 -- 2.30.2