diff options
author | Tom Tromey <tromey@redhat.com> | 1996-04-27 19:23:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-04-27 19:23:49 +0000 |
commit | aeb7b42c9c809fca4f559d7dc2e071dd3b652838 (patch) | |
tree | 3a8205db3ae4db35c06680b6540e0fb840a9f6dc /scripts.am | |
parent | dc96fad3cdfeb0293e63202003c7ab5b2c45d6ea (diff) | |
download | automake-aeb7b42c9c809fca4f559d7dc2e071dd3b652838.tar.gz |
More fixes
Diffstat (limited to 'scripts.am')
-rw-r--r-- | scripts.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts.am b/scripts.am index 997e05f89..d881f1e8f 100644 --- a/scripts.am +++ b/scripts.am @@ -16,7 +16,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS) - $(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@_SCRIPTS)"; for p in $$list; do \ |