add EGREP to do_subst

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18748 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 14:40:11 +00:00
parent 9befc0c6b4
commit 9fd1fd17e3

View File

@@ -9,7 +9,8 @@ check_SCRIPTS = have-db loaddump-db add-modify-delete
TESTS = loaddump-db add-modify-delete
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/db,g'
-e 's,[@]objdir[@],$(top_builddir)/tests/db,g' \
-e 's,[@]EGREP[@],$(EGREP),g'
loaddump-db: loaddump-db.in Makefile
$(do_subst) < $(srcdir)/loaddump-db.in > loaddump-db.tmp