blob: 348a564dd685b9065f183ae5735b2ffb99c17764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bn,v 1.1 2006/10/22 08:06:42 rillig Exp $
--- gdb/config/djgpp/djconfig.sh.orig 2003-12-29 08:35:35.000000000 +0100
+++ gdb/config/djgpp/djconfig.sh 2006-10-22 09:56:02.000000000 +0200
@@ -89,7 +89,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
# We need to skip the build directory if it is a subdirectory of $srcdir,
# otherwise we will have an infinite recursion on our hands...
-if test "`pwd`" == "${srcdir}" ; then
+if test "`pwd`" = "${srcdir}" ; then
SKIPDIR=""
SKIPFILES=""
else
|