[ros-diffs] [chorns] 15586: Support install target in proxy

chorns at svn.reactos.com chorns at svn.reactos.com
Sat May 28 18:12:48 CEST 2005


Support install target in proxy
Modified: trunk/reactos/proxy.mak
  _____  

Modified: trunk/reactos/proxy.mak
--- trunk/reactos/proxy.mak	2005-05-28 15:50:30 UTC (rev 15585)
+++ trunk/reactos/proxy.mak	2005-05-28 16:12:46 UTC (rev 15586)
@@ -6,6 +6,9 @@

 all:
 	@$(MAKE) -C $(TOP) all
 
+install:
+	@$(MAKE) -C $(TOP) $(DEFAULT)_install
+
 clean:
 	@$(MAKE) -C $(TOP) $(DEFAULT)_clean
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050528/01f4104d/attachment.html


More information about the Ros-diffs mailing list