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