I'd really like to figure out why I need ../../ but Koji needs ../ :-/

This commit is contained in:
Matthias Saou 2007-08-24 14:15:57 +00:00
parent c8652dc920
commit 142aabb5a7

View File

@ -1,6 +1,6 @@
# Makefile for source rpm: ipvsadm # Makefile for source rpm: ipvsadm
# $Id: Makefile,v 1.1 2004/09/09 06:20:27 cvsdist Exp $ # $Id: Makefile,v 1.2 2007/08/24 14:13:07 thias Exp $
NAME := ipvsadm NAME := ipvsadm
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
include ../../common/Makefile.common include ../common/Makefile.common