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