Fresco/Fresco-Test/syunit Makefile.in,1.3,1.4
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/syunit In directory purcel:/tmp/cvs-serv19995/syunit Modified Files: Makefile.in Log Message: More fixes to dependencies in the Makefiles. Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/syunit/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 22 Apr 2003 10:45:09 -0000 1.3 +++ Makefile.in 22 Apr 2003 11:01:56 -0000 1.4 @@ -46,9 +46,9 @@ @echo copying $(@F). cp $(patsubst $(build_bindir)%, $(srcdir)%, $@) $@ -build-tests: +build-tests: all -run-tests: +run-tests: build-tests clean: @echo removing all copied files