From 142aabb5a772dc785c19d3f36e74cb4dc4449150 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Fri, 24 Aug 2007 14:15:57 +0000 Subject: [PATCH] I'd really like to figure out why I need ../../ but Koji needs ../ :-/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dad0634..dd934a7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # 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 SPECFILE = $(firstword $(wildcard *.spec)) -include ../../common/Makefile.common +include ../common/Makefile.common