From a02781b95e04828af741bd6b0cf58fe07b12f795 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 19 Aug 2005 17:39:58 +0000 Subject: [PATCH] 1.33.0 import - --- Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 22990f2..a4a9647 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,6 @@ -# Top level Makefile for module boost -all : CVS/Root common-update - @cvs update +# Makefile for source rpm: boost +# $Id: Makefile,v 1.1 2004/09/09 03:35:58 cvsdist Exp $ +NAME := boost +SPECFILE = $(firstword $(wildcard *.spec)) -common-update : common - @cd common && cvs update - -common : CVS/Root - @cvs checkout common - -CVS/Root : - @echo "ERROR: This does not look like a CVS checkout" && exit 1 - -clean : - @find . -type f -name *~ -exec rm -fv {} \; +include ../common/Makefile.common