summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-06 15:12:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-06 15:12:07 +0000
commitccb806c59d7bcf615a44e36b2d188c9005d82c78 (patch)
treebb7cb81f668dfbff759679c8ce1ba65be809da0c /c/src/lib/libbsp/i386/pc386/tools
parentMoved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined. (diff)
downloadrtems-ccb806c59d7bcf615a44e36b2d188c9005d82c78.tar.bz2
Changed the uuencode line to work better with VPATH setups.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/tools')
-rw-r--r--c/src/lib/libbsp/i386/pc386/tools/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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