summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scdoc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/scdoc.spec b/scdoc.spec
index 049021f..c357e66 100644
--- a/scdoc.spec
+++ b/scdoc.spec
@@ -26,7 +26,7 @@ sed -i '/-static/d' Makefile
sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile
%build
-%make_build PREFIX=%{_prefix} CC="%{_cc}" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}"
+%make_build PREFIX=%{_prefix} CC="%{__cc}" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}"
%install
%make_install PREFIX=%{_prefix}