Changed the uuencode line to work better with VPATH setups.

This commit is contained in:
Joel Sherrill
1997-12-06 15:12:07 +00:00
parent 01a5f6b2c6
commit ccb806c59d

View File

@@ -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