[Rt-commit] r2552 - rt/branches/3.4-RELEASE

jesse at bestpractical.com jesse at bestpractical.com
Fri Apr 1 04:18:11 EST 2005


Author: jesse
Date: Fri Apr  1 04:18:10 2005
New Revision: 2552

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/Makefile.in
Log:
 r10907 at hualien:  jesse | 2005-04-01 17:15:55 +0800
 * Added "make depends" as an alias for "make fixdeps" for Autrijus


Modified: rt/branches/3.4-RELEASE/Makefile.in
==============================================================================
--- rt/branches/3.4-RELEASE/Makefile.in	(original)
+++ rt/branches/3.4-RELEASE/Makefile.in	Fri Apr  1 04:18:10 2005
@@ -256,6 +256,8 @@
 testdeps:
 	$(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE)
 
+depends: fixdeps
+
 fixdeps:
 	$(PERL) ./sbin/rt-test-dependencies --verbose --install --with-$(DB_TYPE)
 


More information about the Rt-commit mailing list