From 401efe924f1887f9cc302a9c30d5127e5eed5570 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 17 Feb 2013 17:13:57 +0900 Subject: 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, 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 $< > $@ -- cgit v1.2.1