From 4643b181bdf1d9121f9d6d4214e991e7b9f52d30 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Jan 2002 21:57:28 +0000 Subject: Change all 'cd ; bar' constructs to 'cd && bar' for proper error checking -Erik --- ldso/util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/util/Makefile') diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 6e3d5530b..99d0bf04b 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -50,7 +50,7 @@ endif ldd: ldd.c $(TARGET_CC) $(TARGET_CFLAGS) -DUCLIBC_TARGET_PREFIX=\"$(TARGET_PREFIX)\" \ -DUCLIBC_DEVEL_PREFIX=\"$(DEVEL_PREFIX)\" \ - -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR); pwd)\" \ + -DUCLIBC_BUILD_DIR=\"$(shell cd $(TOPDIR) && pwd)\" \ -DUCLIBC_LDSO=\"$(UCLIBC_LDSO)\" \ -static ldd.c -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ -- cgit v1.2.3