diff --git a/Makefile b/Makefile index 2608fc2..4708475 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CVSTAG = REDHAT_RPM_CONFIG_$(subst .,_,$(VERSION)) all: tag-archive: - @cvs -Q tag -F $(CVSTAG) + cvs -Q tag -F $(CVSTAG) create-archive: @rm -rf /tmp/$(NAME) diff --git a/macros b/macros index 5168d9c..3f422cc 100644 --- a/macros +++ b/macros @@ -35,7 +35,7 @@ done ; \ ./configure --host=%{_host} --build=%{_build} \\\ --target=%{_target_platform} \\\ - --program_prefix=%{?_program_prefix} \\\ + --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ --bindir=%{_bindir} \\\