commit 6388a4feb9d90a68bd8f772a41aa2e047ca474a7
Author: Bertrand Lorentz <bertrand.lore...@gmail.com>
Date:   Sat Jul 3 15:03:44 2010 +0200

    [mono] Do not copy .config files when building

 bindings/mono/Makefile.include |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/bindings/mono/Makefile.include b/bindings/mono/Makefile.include
index 46cdc62..504b059 100644
--- a/bindings/mono/Makefile.include
+++ b/bindings/mono/Makefile.include
@@ -19,9 +19,6 @@ $(ASSEMBLY_FILE).mdb: $(ASSEMBLY_FILE)
 
 $(ASSEMBLY_FILE): $(SOURCES_BUILD)
        $(MCS) -debug -unsafe -target:$(TARGET) -out:$@ $(LINK) $(SOURCES_BUILD)
-       @if [ -e $(srcdir)/$(notdir $...@.config) ]; then \
-               cp $(srcdir)/$(notdir $...@.config) $(top_builddir)/bin; \
-       fi;
 
 EXTRA_DIST = $(SOURCES_BUILD)
 

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to