From 0e1f68bf3eccd90e5cb606db2d1c5ab3ba0698f8 Mon Sep 17 00:00:00 2001 From: roland Date: Dec 08 2005 01:48:13 +0000 Subject: Fix dep. --- diff --git a/Makefile b/Makefile index ab64177..6e81a75 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for source rpm: elfutils -# $Id: Makefile,v 1.11 2005/08/24 22:25:46 roland Exp $ +# $Id: Makefile,v 1.12 2005/12/07 20:11:06 roland Exp $ NAME := elfutils SPECFILE = elfutils.spec @@ -23,7 +23,8 @@ elfutils-portable.spec: elfutils.spec portable-vr = $(VERSION)-0.$(RELEASE) portable.srpm = elfutils-$(portable-vr).src.rpm -$(portable.srpm): elfutils-portable.spec elfutils-portability.patch sources +$(portable.srpm): elfutils-portable.spec elfutils-portability.patch \ + elfutils-$(VERSION).tar.gz $(RPM_WITH_DIRS) --nodeps -bs $< portable-srpm: $(portable.srpm)