From 2d74efcc36020456c18405acbce55120b79c5a37 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 21 Jul 2005 09:09:19 +0000 Subject: [PATCH] (elfutils-portability.patch): Fix up rule commands so it works. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1bb5958..31816c2 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel elfutils-portability.patch: elfutils-$(VERSION).tar.gz @rm -rf elfutils-master elfutils-portable cvs -d $(master-cvsroot) -Q export \ - -d elfutils-master elfutils + -d elfutils-master -r HEAD elfutils/elfutils cvs -d $(master-cvsroot) -Q export \ - -d elfutils-portable -r portable-branch elfutils - cd elfutils-master; autoreconf - cd elfutils-portable; autoreconf + -d elfutils-portable -r portable-branch elfutils/elfutils + cd elfutils-master; autoreconf; rm -rf autom4te.cache + cd elfutils-portable; autoreconf; rm -rf autom4te.cache diff -rpu elfutils-master elfutils-portable | \ filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new mv $@.new $@