
theory at bricolage
Apr 29, 2008, 5:07 PM
Post #1 of 1
(105 views)
Permalink
|
Revision: 8202 Author: theory Date: 2008-04-29 17:07:36 -0700 (Tue, 29 Apr 2008) ViewCVS: http://viewsvn.bricolage.cc/?rev=8202&view=rev Log Message: ----------- Redundant. Modified Paths: -------------- bricolage/trunk/Makefile Modified: bricolage/trunk/Makefile =================================================================== --- bricolage/trunk/Makefile 2008-04-29 22:58:48 UTC (rev 8201) +++ bricolage/trunk/Makefile 2008-04-30 00:07:36 UTC (rev 8202) @@ -296,7 +296,7 @@ $(PERL) inst/dev.pl dev : export DEVELOPER = 1 -dev : inst/dist_sql install_dev_files install_db dev_symlink clean distclean +dev : inst/dist_sql install_dev_files install_db dev_symlink distclean ########################## # test rules #
|