[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoreconf and overriding RECURSIVE_TARGETS
From: |
Harlan Stenn |
Subject: |
autoreconf and overriding RECURSIVE_TARGETS |
Date: |
Tue, 02 Oct 2001 20:32:07 -0400 |
User-agent: |
EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y .Dþzaki) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8) |
I have a Makefile.am where I (think I) really want to override
RECURSIVE_TARGETS. This is because the SUBDIRS have Makefiles that are
generated from "elsewhere" and don't have all of the recursive targets (I
only need a few of them and it will be Difficult/politically incorrect to
add dummy targets to these Makefiles).
I (think I) noticed that when I manually ran automake everything was OK, but
when I ran "autoreconf -f" I get a message:
Makefile.am:10: RECURSIVE_TARGETS was set with `=' and is now set with `+='
What do I need to do to convince automake that I really want to "assign" a
value to RECURSIVE_TARGETS instead of "augment" the value?
H
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- autoreconf and overriding RECURSIVE_TARGETS,
Harlan Stenn <=