Update of /cvsroot/winbash/winbash/tests
In directory usw-pr-cvs1:/tmp/cvs-serv23457
Modified Files:
Makefile
Log Message:
removed bogus reference to $TMP
Index: Makefile
===================================================================
RCS file: /cvsroot/winbash/winbash/tests/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile 18 Mar 2002 18:57:36 -0000 1.2
+++ Makefile 18 Mar 2002 18:59:47 -0000 1.3
@@ -29,7 +29,7 @@
# How to make a .obj file from a .def file.
run_tests: recho.exe
- TMP=$(TMP) `pwd`/../bash.exe run-all
+ `pwd`/../bash.exe run-all
recho.exe: ../support/recho.c
$(CC) $(CPPFLAGS) $(CPPDEFS) $(CFLAGS) -o $@ $<
|