[longomatch] Fix distcheck by not copying *.config files to bin
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix distcheck by not copying *.config files to bin
- Date: Thu, 29 Sep 2011 19:23:15 +0000 (UTC)
commit 955e15c1a35d42b977fafe9c0fc765d0fde9e82d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Sep 29 20:28:32 2011 +0200
Fix distcheck by not copying *.config files to bin
build/build.rules.mk | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/build/build.rules.mk b/build/build.rules.mk
index 819f65c..473f70e 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -71,9 +71,6 @@ $(ASSEMBLY_FILE): $(SOURCES_BUILD) $(RESOURCES_EXPANDED) $(DEP_LINK)
-debug -target:$(TARGET) -out:$@ \
$(BUILD_DEFINES) $(ENABLE_TESTS_FLAG) $(ENABLE_ATK_FLAG) \
$(FILTERED_LINK) $(RESOURCES_BUILD) $(SOURCES_BUILD)
- @if [ -e $(srcdir)/$(notdir $ config) ]; then \
- cp $(srcdir)/$(notdir $ config) $(top_builddir)/bin; \
- fi;
@if [ ! -z "$(EXTRA_BUNDLE)" ]; then \
cp $(EXTRA_BUNDLE) $(top_builddir)/bin; \
fi;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]