7 lines
146 B
Makefile
7 lines
146 B
Makefile
# Makefile for source rpm: perl-XML-SAX
|
|
# $Id$
|
|
NAME := perl-XML-SAX
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|