[Rt-commit] r2662 - rt/branches/PLATANO-EXPERIMENTAL

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:45:49 EDT 2005


Author: jesse
Date: Sat Apr 16 02:45:41 2005
New Revision: 2662

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/Makefile.in
Log:
 r13000 at hualien:  jesse | 2005-04-16 02:26:36 -0400
  r11468 at hualien:  jesse | 2005-04-02 04:41:10 -0500
   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/PLATANO-EXPERIMENTAL/Makefile.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/Makefile.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/Makefile.in	Sat Apr 16 02:45:41 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