From 4ccbbe76dcd137e924faa6b4b5668f29720e37fc Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 15 Jul 2003 13:44:02 +0000 Subject: [PATCH] 8.0.27-1 --- Makefile | 2 +- macros | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} \\\