* Makefile.in (check-unix): Use RUN_SETUP
authorKen Raeburn <raeburn@mit.edu>
Mon, 13 Mar 2006 21:44:47 +0000 (21:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 13 Mar 2006 21:44:47 +0000 (21:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17736 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/sha1/ChangeLog
src/lib/crypto/sha1/Makefile.in

index e02427682b8d82299cfd10cfe44ca5c2afcd7f8f..5a6df8df58337bf47abe7178daf1f39672030656 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-13  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (check-unix): Use RUN_SETUP.
+
 2006-01-17  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (t_shs, t_shs3): Include support library.  Use
index bacd69aa954d6b5f6f5f3bc5a81bcde052a5d323..c3861677ff31a64a46506aa45b8c543104301460 100644 (file)
@@ -33,8 +33,8 @@ $(OUTPRE)t_shs.exe: $(OUTPRE)t_shs.obj $(OUTPRE)shs.obj
        link -out:$@ $**
 
 check-unix:: t_shs t_shs3
-       $(C)t_shs -x
-       $(C)t_shs3
+       $(RUN_SETUP) $(C)t_shs -x
+       $(RUN_SETUP) $(C)t_shs3
 
 check-windows:: $(OUTPRE)t_shs.exe $(OUTPRE)t_shs3.exe
        $(OUTPRE)$(C)t_shs.exe -x