summaryrefslogtreecommitdiff
path: root/data.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-02-09 05:02:29 +0000
committerTom Tromey <tromey@redhat.com>1996-02-09 05:02:29 +0000
commit50b99ee0529832220ef6f9f7dfaa01067a03935d (patch)
tree587117b573934bb45a982e5d145c2b6ffb263c8e /data.am
parent21978a6e22d587ecf679024fd708c35bf834aae6 (diff)
downloadautomake-50b99ee0529832220ef6f9f7dfaa01067a03935d.tar.gz
Bug fixes. Handle AC_PATH_XTRA. Handle AC_OUTPUT : syntax
Diffstat (limited to 'data.am')
-rw-r--r--data.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/data.am b/data.am
index aa445f9ef..f8bbab266 100644
--- a/data.am
+++ b/data.am
@@ -15,7 +15,10 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
-install-@DIR@DATA: $(@DIR@_DATA)
+##
+## Can't depend on $(@DIR@_DATA) here; otherwise conditional
+## data will always be built.
+install-@DIR@DATA: all
$(top_srcdir)/mkinstalldirs $(@DIR@dir)
for p in $(@DIR@_DATA); do \
$(INSTALL_DATA) $(srcdir)/$$p $(@DIR@dir)/$$p; \