bug-automake
[Top][All Lists]
Advanced

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

automake-1.4-p2 installdirs target bug


From: Bruno Haible
Subject: automake-1.4-p2 installdirs target bug
Date: Thu, 14 Jun 2001 17:22:15 +0200 (CEST)

Hi,

If an "installdir-local" target is added to a Makefile.am, "make
installdirs" will not execute it, violating the documentation which
says

    "However, various useful
    targets have a `-local' version you can specify in your `Makefile.in'.
    Automake will supplement the standard target with these user-supplied
    targets."

I need to explicitly add

installdirs: installdirs-local

but I think automake should generate that dependency itself.

To reproduce:
- take gettext-0.10.38,
- remove the last three lines of doc/Makefile.am (which contain a
  workaround to this bug)
- run "automake --gnits --include-deps Makefile misc/Makefile tests/Makefile"
- run "autoconf" (from autoconf-2.13)

Then "make installdirs" will not create the $(htmldir).

Bruno



reply via email to

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