From: nbd Date: Sun, 21 Jan 2007 02:19:24 +0000 (+0000) Subject: fix logrotate compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=26c402dd9437ea182f604a6497cab995f8b262b5;p=packages.git fix logrotate compile git-svn-id: svn://svn.openwrt.org/openwrt/packages@6156 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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