This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: install-data-hook


I see that I was confusing local rules and hooks.
What I need is
    install-data-hook
and not
    install-data-local.

Sorry for the noise,
- Ted


--- Begin Message ---
It is my understanding (from reading the info pages)
that the install-data-hook target is done after the
install-data target.

But I have a Makefile.am that has

    pkgdata_DATA = ${FILES}

    install-data-local:
        cmd1
        cmd2

The corresponding Makefile has  the following target:

    install-data-am: install-data-local install-pkgdataDATA

As a result the install-data-local gets  done first.
Is this a known bug in automake-1.5?
What is the usual workaround?

Thanks in advance,
- Ted



--- End Message ---

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]