[folks] build: Remove a redundant .stamp file from the Makefile



commit 7f2d6459ca86ae2ff5db2eb9d6fc6843e526d079
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Jun 21 23:25:23 2014 +0100

    build: Remove a redundant .stamp file from the Makefile
    
    It was breaking distcheck by trying to be deleted from the read-only
    $srcdir.

 backends/telepathy/lib/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index 8e1e462..d653898 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -158,7 +158,6 @@ FOLKS_TP_VALA_DEPS += tp-zeitgeist.vapi
 else
 FOLKS_TP_VALA_DEPS += tp-zeitgeist-dummy.vapi
 endif
-$(srcdir)/libfolks_telepathy_la_vala.stamp: $(FOLKS_TP_VALA_DEPS)
 
 libfolks_telepathy_la_SOURCES = \
        $(backend_library_sources) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]