changeset 419:064848fc143f

Fix "make test" dependencies when run right after "make clean".
author Rob Landley <rob@landley.net>
date Thu, 22 Feb 2007 15:06:23 -0500
parents 60ea6ef39c6f
children e6ddaffce6a8
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 21 13:20:21 2007 -0500
+++ b/Makefile	Thu Feb 22 15:06:23 2007 -0500
@@ -64,7 +64,7 @@
 test.ref: tcctest.ref
 	./tcctest.ref > $@
 
-test.out: tcc tests/tcctest.c
+test.out: tcc libtcc1.a tests/tcctest.c
 	$(TCC) -run tests/tcctest.c > $@
 
 run: tcc tests/tcctest.c