2004-09-09 03:30:13 +00:00
|
|
|
# Makefile for source rpm: bison
|
2005-01-22 07:11:02 +00:00
|
|
|
# $Id: Makefile,v 1.1 2004/09/09 03:30:13 cvsdist Exp $
|
2004-09-09 03:30:13 +00:00
|
|
|
NAME := bison
|
|
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
|
2005-01-22 07:11:02 +00:00
|
|
|
# Check the right flavor of signature file for ftp.gnu.org site.
|
|
|
|
UPSTREAM_CHECKS = sig
|
|
|
|
|
2004-09-09 03:30:13 +00:00
|
|
|
include ../common/Makefile.common
|