From e02ec4b1b1c31e534b2a7227603ede2d720c2b64 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 19 Aug 2003 19:38:03 +0000 Subject: [PATCH] * src/build: made the build continue if debian/arch-config is not found. git-svn-id: svn://svn.zoy.org/elk/trunk@11 55e467fa-43c5-0310-a8a2-de718669efc6 --- src/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build b/src/build index 1e917c1..e0546dd 100755 --- a/src/build +++ b/src/build @@ -1,6 +1,6 @@ . ../config/system . ../config/site -. ../debian/arch-config || true +test -f ../debian/arch-config && . ../debian/arch-config case _$aout_format in _coff) dump=dump-vanilla.c; stab=stab-coff.c;;