From: Sebastian B. <sb...@us...> - 2013-12-24 09:08:58
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30385/tests Modified Files: makefile Log Message: Removed dirs target as it is no longer needed. Index: makefile =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- makefile 24 Dec 2013 09:08:40 -0000 1.32 +++ makefile 24 Dec 2013 09:08:56 -0000 1.33 @@ -46,11 +46,7 @@ $(CC) $@stubs.c unittest_tmpl.c -DUNITTEST_TABLE=\"$@_table.c\" -DUNITTEST_FILE=\"$<\" $(CFLAGS) -lcunit -L. -l$(SIMPLEMAIL_LIB) $(GLIB_LDFLAGS) $(GTK_LDFLAGS) -o $@ .PHONY: all -all: dirs files $(TESTEXES) memleaks - -.PHONY: dirs -dirs: - mkdir -p test-objs/gtk +all: files $(TESTEXES) memleaks .PHONY: files files: test-profile.tar.bz2 |