Author: matt
Date: 2007-05-02 11:12:09 -0400 (Wed, 02 May 2007)
New Revision: 5798
Log:
Remove the 'verbose' flag for directory creation.

Modified:
   branches/branch-1.1/makeinclude.in

Modified: branches/branch-1.1/makeinclude.in
===================================================================
--- branches/branch-1.1/makeinclude.in  2007-05-02 15:01:37 UTC (rev 5797)
+++ branches/branch-1.1/makeinclude.in  2007-05-02 15:12:09 UTC (rev 5798)
@@ -115,7 +115,7 @@
 
 INSTALL_BIN    = $(INSTALL) -m 755
 INSTALL_DATA   = $(INSTALL) -m 644
-INSTALL_DIR    = $(MKDIRR) -v
+INSTALL_DIR    = $(MKDIRR)
 INSTALL_LIB    = $(INSTALL) -m 755
 INSTALL_MAN    = $(INSTALL) -m 644
 INSTALL_SCRIPT = $(INSTALL) -m 755

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to