automake
[Top][All Lists]
Advanced

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

*_DATA primaries tried twice during make install?


From: Harald Dunkel
Subject: *_DATA primaries tried twice during make install?
Date: Tue, 20 Sep 2005 17:40:15 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050402)

Hi folks,

It seems that the *_DATA objects are verified twice
during make install. In the Makefile you find

install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

*_DATA objects are verified on 2 paths:

1) install-am -> all-am -> $(DATA) -> *_DATA
2) install-am -> install-data-am -> *_DATA

Any specific reason?

I had a phony target in the dependencies of an
object in *_DATA, so I stumbled over this.


Regards

Harri




reply via email to

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