From 723479b4b292d0bfaca36c0c360b4c99eecc5924 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 30 Sep 2004 10:49:48 +0000 Subject: [PATCH] Fix typo. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 816794c..2f36097 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for source rpm: subversion -# $Id: Makefile,v 1.1 2004/09/09 12:45:29 cvsdist Exp $ +# $Id: Makefile,v 1.2 2004/09/23 08:27:44 jorton Exp $ NAME := subversion SPECFILE = $(firstword $(wildcard *.spec)) -UPSTREAM_CHECS := asc +UPSTREAM_CHECKS := asc include ../common/Makefile.common