From ccb806c59d7bcf615a44e36b2d188c9005d82c78 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 6 Dec 1997 15:12:07 +0000 Subject: Changed the uuencode line to work better with VPATH setups. --- c/src/lib/libbsp/i386/pc386/tools/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/tools') diff --git a/c/src/lib/libbsp/i386/pc386/tools/Makefile.in b/c/src/lib/libbsp/i386/pc386/tools/Makefile.in index d3ea3f7ce3..67b890f593 100644 --- a/c/src/lib/libbsp/i386/pc386/tools/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/tools/Makefile.in @@ -59,5 +59,5 @@ CLOBBER_ADDITIONS += all: $(ARCH) $(SRCS) $(PGMS) $(INSTALL_VARIANT) -m 555 $(PGMS) ${PROJECT_RELEASE}/build-tools - cd ${PROJECT_RELEASE}/build-tools/diskboot.exe ; \ - uudecode < $(srcdir)/diskboot.uue + uudecode -p < $(srcdir)/diskboot.uue \ + > $(PROJECT_RELEASE)/build-tools/diskboot.exe -- cgit v1.2.3