From e135cb967a8417914ec9349744d40b5dec4817ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 21 Jan 2007 02:19:24 +0000 Subject: [PATCH] fix logrotate compile SVN-Revision: 6156 --- utils/logrotate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/logrotate/Makefile b/utils/logrotate/Makefile index 4d0f3cfcf..22734ceb6 100644 --- a/utils/logrotate/Makefile +++ b/utils/logrotate/Makefile @@ -45,8 +45,8 @@ endef define Build/Compile $(call Build/Compile/Default, \ - RPM_OPT_FLAGS="\$$$$(EXTRA_CFLAGS)" \ - LDFLAGS="\$$$$(EXTRA_LDFLAGS)" \ + RPM_OPT_FLAGS="$(EXTRA_CFLAGS)" \ + LDFLAGS="$(EXTRA_LDFLAGS)" \ logrotate \ ) endef -- 2.30.2