[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-06-11, Eric <ebotcazou@xxxxxxxxxx> wrote:
> +ifeq (@MAKE_DEPEND_WITH_ESD@, 1)
> $(SHELL) -c 'cd $(srcdir) && misc/depmod.sh esddigi "`esd-config --libs`" $(ALLEGRO_MODULE_ESD_FILES)' >>makefile.dep
> +endif
`esd-config --libs` isn't supposed to be expanded at "make depend"-time,
but rather the literal string is to be inserted into the makefile. I
thought that's how I'd done it, but perhaps only in my local copy.
Patch later.
--
?????????