automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install-data-hook


From: Ted Irons
Subject: install-data-hook
Date: Wed, 05 Dec 2001 17:49:00 -0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]