From 72b4f9de247cbc24aae1c01a742ec34d021f4964 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 24 Mar 2002 23:28:24 +0000 Subject: [PATCH] - perl -pi -e "s/^automake -a -c$/automake -a -c -f/" Changed files: rpm.spec -> 1.303 --- rpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 6c655b3..99d4e46 100644 --- a/rpm.spec +++ b/rpm.spec @@ -376,7 +376,7 @@ awk -f %{SOURCE14} %{SOURCE1} cd popt autoconf -automake -a -c +automake -a -c -f aclocal autoheader automake -a -c -f @@ -390,7 +390,7 @@ aclocal autoupdate autoheader || : %{__autoconf} -automake -a -c +automake -a -c -f sed -e 's#cpio.c $(DBLIBOBJS) depends.c#cpio.c depends.c#g' \ lib/Makefile.am > lib/Makefile.am.new mv -f lib/Makefile.am.new lib/Makefile.am -- 2.43.0