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/i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 4a333801f..6178c662c 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -74,8 +74,8 @@ $(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/i386/vm86.h . - cd $(TOPDIR)/include/sys;ln -fs ../../libc/sysdeps/linux/i386/reg.h . + cd $(TOPDIR)/include/sys && ln -fs ../../libc/sysdeps/linux/i386/vm86.h . + cd $(TOPDIR)/include/sys && ln -fs ../../libc/sysdeps/linux/i386/reg.h . clean: -- cgit v1.2.3