[Winbash-checkins] CVS: winbash/tests Makefile,1.2,1.3
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-18 18:59:53
|
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 $@ $< |