summaryrefslogtreecommitdiff
path: root/lib/am/data.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-04-27 19:23:49 +0000
committerTom Tromey <tromey@redhat.com>1996-04-27 19:23:49 +0000
commitaeb7b42c9c809fca4f559d7dc2e071dd3b652838 (patch)
tree3a8205db3ae4db35c06680b6540e0fb840a9f6dc /lib/am/data.am
parentdc96fad3cdfeb0293e63202003c7ab5b2c45d6ea (diff)
downloadautomake-aeb7b42c9c809fca4f559d7dc2e071dd3b652838.tar.gz
More fixes
Diffstat (limited to 'lib/am/data.am')
-rw-r--r--lib/am/data.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/data.am b/lib/am/data.am
index 8ea1a47eb..f27bbdc83 100644
--- a/lib/am/data.am
+++ b/lib/am/data.am
@@ -16,7 +16,7 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
install-@DIR@DATA: $(@DIR@_DATA)
- $(top_srcdir)/mkinstalldirs $(@DIR@dir)
+ $(mkinstalldirs) $(@DIR@dir)
## Funny invocation because Makefile variable can be empty, leading to
## a syntax error in sh.
list="$(@DIR@_DATA)"; for p in $$list; do \