summaryrefslogtreecommitdiff
path: root/mcon/U/i_db.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/i_db.U')
-rw-r--r--mcon/U/i_db.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/i_db.U b/mcon/U/i_db.U
index 9391a7c..dad068e 100644
--- a/mcon/U/i_db.U
+++ b/mcon/U/i_db.U
@@ -1,7 +1,7 @@
-?RCS: $Id: i_db.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -20,7 +20,7 @@
?RCS: Revision 3.0.1.1 1994/08/29 16:21:50 ram
?RCS: patch32: created by ADO
?RCS:
-?MAKE:i_db db_hashtype db_prefixtype: Inhdr +cc +ccflags rm contains cat \
+?MAKE:i_db db_hashtype db_prefixtype: Inhdr +cc +ccflags rm_try contains cat \
d_const
?MAKE: -pick add $@ %<
?S:i_db:
@@ -94,7 +94,7 @@ EOCP
echo "I can't seem to compile the test program." >&4
db_hashtype=int
fi
- $rm -f try.*
+ $rm_try
echo "Your version of Berkeley DB uses $db_hashtype for hash."
;;
*) db_hashtype=int
@@ -136,7 +136,7 @@ EOCP
echo "I can't seem to compile the test program." >&4
db_prefixtype='int'
fi
- $rm -f try.*
+ $rm_try
echo "Your version of Berkeley DB uses $db_prefixtype for prefix."
;;
*) db_prefixtype='int'