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 --- libc/sysdeps/linux/m68k/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/m68k/Makefile') diff --git a/libc/sysdeps/linux/m68k/Makefile b/libc/sysdeps/linux/m68k/Makefile index ae81e2230..701f339dd 100644 --- a/libc/sysdeps/linux/m68k/Makefile +++ b/libc/sysdeps/linux/m68k/Makefile @@ -72,10 +72,10 @@ $(COBJS): %.o : %.c headers: @(TOPDIR=$(TOPDIR) CC=$(CC) /bin/sh $(TOPDIR)/extra/scripts/gen_bits_syscall_h.sh > bits/syscall.h ) - cd $(TOPDIR)/include/sys;ln -fs ../../libc/sysdeps/linux/m68k/reg.h . + cd $(TOPDIR)/include/sys && ln -fs ../../libc/sysdeps/linux/m68k/reg.h . ifeq ($(strip $(HAVE_ELF)),false) echo "Working around compiler bug in the m68k-pic-coff toolchain" - cd $(TOPDIR)/include;ln -fs ../libc/sysdeps/linux/m68k/float.h . + cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/m68k/float.h . endif -- cgit v1.2.3