diff --git a/macros/build.macro b/macros/build.macro
index 36c8fa03..dbb55213 100644
--- a/macros/build.macro
+++ b/macros/build.macro
@@ -162,7 +162,7 @@ build
 	# These variables are used if you have to add some targets
 	# directly to the make command.
 	make_build_targets   =
-	make_install_targets = install
+	make_install_targets =
 
 	def _prepare
 		rm -rf %{BUILDROOT}/*
@@ -245,7 +245,7 @@ build
 	end
 
 	def install
-		make DESTDIR=%{BUILDROOT} %{make_install_targets}
+		make DESTDIR=%{BUILDROOT} %{make_install_targets} install
 
 		# Run custom commands.
 		%{install_cmds}
