Revision
105634
Author
cal@macports.org
Date
2013-04-28 11:58:07 -0700 (Sun, 28 Apr 2013)

Log Message

darwintrace: move test Makefile target to the bottom so all is the default

Modified Paths

Diff

Modified: trunk/base/src/darwintracelib1.0/Makefile (105633 => 105634)


--- trunk/base/src/darwintracelib1.0/Makefile	2013-04-28 18:55:37 UTC (rev 105633)
+++ trunk/base/src/darwintracelib1.0/Makefile	2013-04-28 18:58:07 UTC (rev 105634)
@@ -2,8 +2,6 @@
 SHLIB_NAME=	darwintrace${SHLIB_SUFFIX}
 INSTALLDIR=	${DESTDIR}${datadir}/macports/Tcl/darwintrace1.0
 
-test::
-
 include ../../Mk/macports.autoconf.mk
 
 CFLAGS+= -fPIC -Wno-deprecated-declarations
@@ -22,3 +20,5 @@
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
 	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 ${SHLIB_NAME} ${INSTALLDIR}
+
+test::