Update of /cvsroot/monetdb/sql/NT
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19962/NT

Modified Files:
        Makefile 
Log Message:
Don't copy files to themselves.

Index: Makefile
===================================================================
RCS file: /cvsroot/monetdb/sql/NT/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile    27 Jul 2007 15:52:19 -0000      1.19
+++ Makefile    2 Aug 2007 13:53:36 -0000       1.20
@@ -33,7 +33,7 @@
 
 install: targetdirs all $(M4INSTALLER) $(M5INSTALLER)
        $(MAKE) /nologo /f "$(SRCDIR)\Makefile.msc" "prefix=$(prefix)" install
-       $(INSTALL) MSQLserver.bat "$(prefix)"
+       if not "$(MAKEDIR)" == "$(prefix)" $(INSTALL) MSQLserver.bat "$(prefix)"
 
 install-m4installer:
        $(INSTALL) MonetDB4-SQL\MonetDB4-SQL-Installer.sln "$(prefix)"


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to