$NetBSD: patch-af,v 1.6 1998/08/07 11:10:29 agc Exp $ --- tools/Makefile.in.orig Wed May 27 16:49:44 1998 +++ tools/Makefile.in Wed Jul 29 12:46:56 1998 @@ -2,7 +2,7 @@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ -include ../Makefile.inc +.include "../Makefile.inc" PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb LOADLIBES = @LIBS@ @LIBMISC@ @LIBINTL@ @@ -26,6 +26,6 @@ $(PROGS): ../lib/librpm.a -ifeq (.depend,$(wildcard .depend)) -include .depend -endif +.if exists(.depend) +.include ".depend" +.endif