commit 6388a4feb9d90a68bd8f772a41aa2e047ca474a7
Author: Bertrand Lorentz <[email protected]>
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 [email protected]) ]; then \
-               cp $(srcdir)/$(notdir [email protected]) $(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
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to