Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/ppc/boot/lib/Makefile |    8 +-------
 1 files changed, 1 insertion(+), 7 deletions(-)

diff -puN arch/ppc/boot/lib/Makefile~revert-ppc-fix-build-with-o=output_dir arch/ppc/boot/lib/Makefile
--- 25/arch/ppc/boot/lib/Makefile~revert-ppc-fix-build-with-o=output_dir	2004-10-21 14:44:30.930435216 -0700
+++ 25-akpm/arch/ppc/boot/lib/Makefile	2004-10-21 14:44:43.659500104 -0700
@@ -4,13 +4,7 @@
 
 CFLAGS_kbd.o	+= -Idrivers/char
 
-ZLIB_DIR := ../../../../lib/zlib_inflate/
-
-lib-y := $(addprefix $(ZLIB_DIR), \
+lib-y := $(addprefix ../../../../lib/zlib_inflate/, \
            infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o)
 lib-y += div64.o
 lib-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o
-
-ifneq ($(KBUILD_SRC),)
-_make_zlib_dir := $(shell [ -d $(obj)/$(ZLIB_DIR) ] || mkdir -p $(obj)/$(ZLIB_DIR) )
-endif
_