[caribou] Revert "Define make dependencies on layout files"



commit 401efe924f1887f9cc302a9c30d5127e5eed5570
Author: Daiki Ueno <ueno unixuser org>
Date:   Sun Feb 17 17:13:57 2013 +0900

    Revert "Define make dependencies on layout files"
    
    This reverts commit fdf8f0e68e6e1c69496c8fd1146d5e363d1776e0.
    It did not work well with the existing wildcard rules.

 data/layouts/fullscale/Makefile.am |    2 --
 data/layouts/touch/Makefile.am     |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/data/layouts/fullscale/Makefile.am b/data/layouts/fullscale/Makefile.am
index 852b0ab..7d3eae9 100644
--- a/data/layouts/fullscale/Makefile.am
+++ b/data/layouts/fullscale/Makefile.am
@@ -7,8 +7,6 @@ common_files = \
        common/qwerty.xml \
        common/symbols.xml
 
-$(fullscalelayouts_DATA): $(fullscalelayouts_in_files) $(common_files)
-
 %.xsl: %.xml.in
        xsltproc --xinclude $(top_srcdir)/tools/basic.xsl $< > $@
 
diff --git a/data/layouts/touch/Makefile.am b/data/layouts/touch/Makefile.am
index eb4cc96..755107f 100644
--- a/data/layouts/touch/Makefile.am
+++ b/data/layouts/touch/Makefile.am
@@ -9,8 +9,6 @@ common_files = \
        common/qwerty.xml \
        common/symbols.xml
 
-$(touchlayouts_DATA): $(touchlayouts_in_files) $(common_files)
-
 %.xsl: %.xml.in
        xsltproc --xinclude $(top_srcdir)/tools/basic.xsl $< > $@
 


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