summaryrefslogtreecommitdiffstats
path: root/bin/ed/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/test/Makefile')
-rw-r--r--bin/ed/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile
index 84166c1..9bf8e58 100644
--- a/bin/ed/test/Makefile
+++ b/bin/ed/test/Makefile
@@ -11,6 +11,8 @@ check: build test
build: mkscripts.sh
@if [ -f errs.o ]; then :; else \
+ uudecode < ascii.d.uu ; \
+ uudecode < ascii.r.uu ; \
echo "building test scripts for $(ED) ..."; \
$(SHELL) mkscripts.sh $(ED); \
fi
@@ -20,4 +22,4 @@ test: build ckscripts.sh
@$(SHELL) ckscripts.sh $(ED)
clean:
- rm -f *.ed *.red *.[oz] *~
+ rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
OpenPOWER on IntegriCloud