This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / bin / ed / test / Makefile
index 750f388..ca45a51 100644 (file)
@@ -6,12 +6,12 @@ all: build test
 build: mkscripts.sh
        @echo building test scripts...
        @chmod +x mkscripts.sh
 build: mkscripts.sh
        @echo building test scripts...
        @chmod +x mkscripts.sh
-       @mkscripts.sh ${ED}
+       @./mkscripts.sh ${ED}
 
 test: build ckscripts.sh
        @echo running test scripts...
        @chmod +x ckscripts.sh
 
 test: build ckscripts.sh
        @echo running test scripts...
        @chmod +x ckscripts.sh
-       @ckscripts.sh ${ED}
+       @./ckscripts.sh ${ED}
 
 clean:
        rm -f *.ed *.[oz] *~
 
 clean:
        rm -f *.ed *.[oz] *~