8 lines
148 B
Makefile
8 lines
148 B
Makefile
# Makefile for source rpm: php
|
|
# $Id$
|
|
NAME := php
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS :=
|
|
|
|
include ../common/Makefile.common
|