From 1fe306aa6711a916b963ec8ff56b3d868323345c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 30 Aug 2007 18:35:14 +0200 Subject: [PATCH] Add check: --- db3/configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/db3/configure b/db3/configure index 6f9c580..6a26c50 100755 --- a/db3/configure +++ b/db3/configure @@ -24,7 +24,11 @@ distdir install check installcheck:\ \ db4_install: all install_setip' \ -e '/^uninstall[:-]/c\ -uninstall:' > Makefile +uninstall:' \ +-e 's/^check depend/\ +check: all\ +depend/' \ + > Makefile mv db.h db.h.orig cat db.h.orig | sed \ -- 2.7.4