diff options
author | Tom Tromey <tromey@redhat.com> | 1996-02-18 00:39:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-02-18 00:39:25 +0000 |
commit | 0d1434f3d4997900f080ceb3c7758c40f78cff68 (patch) | |
tree | 647d9a96bab784d2da9d641eb0cf017d9544f9c1 /data.am | |
parent | 9be3ddeb64cc562f18245cbecc77a80e721c38b1 (diff) | |
download | automake-0d1434f3d4997900f080ceb3c7758c40f78cff68.tar.gz |
Bug fixes
Diffstat (limited to 'data.am')
-rw-r--r-- | data.am | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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; \ |