From 01d1ae3769f7fb1fa66dbc0789a61b05fee3452f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 1 Jan 2002 21:25:10 +0000 Subject: Change 'cd ; bar' to 'cd && bar' for proper error checking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac515ad0..b22fff82e 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ headers: dummy fi; @ln -fs $(KERNEL_SOURCE)/include/linux include/linux @ln -fs ../libc/sysdeps/linux/$(TARGET_ARCH)/bits include/bits - (cd include/bits; ln -sf ../../../../../uClibc_config.h uClibc_config.h) + (cd include/bits && ln -sf ../../../../../uClibc_config.h uClibc_config.h) $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers uClibc_config.h: Makefile Config -- cgit v1.2.3