engine/Makefile.am does not use DESTDIR in install-data-hook
Status: Inactive
Brought to you by:
leethomason
the engine/Makefile.am file has this target:
install-data-hook:
mkdir -p $(includedir)/Kyra/util
cp ../util/*.h $(includedir)/Kyra/util
cp ../kyra.h $(includedir)/Kyra
mkdir -p $(includedir)/Kyra/gui
cp ../gui/*.h $(includedir)/Kyra/gui
mkdir -p $(includedir)/Kyra/guiExtended
cp ../guiExtended/*.h $(includedir)/Kyra/guiExtended
eacho reference to $(includedir) should really be
$(DESTDIR)$(includedir)
Logged In: YES
user_id=19980
I see... Sorry for the delay... I wasn't receiving email and most of my
SourceForge stuff stopped working.
I think the purpose of this is to allow a different -prefix during ./
configure time correct?
I will test this in a few days here.... Very busy at work but I am trying to
get a darwinport for Kyra for OS X working and this will most certainly
be a requirement.
Thanks for posting the bug...
Dave