10 lines
269 B
Makefile
10 lines
269 B
Makefile
# Makefile for source rpm: bison
|
|
# $Id: Makefile,v 1.1 2004/09/09 03:30:13 cvsdist Exp $
|
|
NAME := bison
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
# Check the right flavor of signature file for ftp.gnu.org site.
|
|
UPSTREAM_CHECKS = sig
|
|
|
|
include ../common/Makefile.common
|