Bug#24555: make install fails from separate build directory
bernie at codewiz.org
bernie at codewiz.org
Sun Apr 22 12:41:44 UTC 2001
Package: kdevelop
Version: KDE 2.2.0 CVS/CVSup/Snapshot
Severity: normal
Installed from: Compiled sources
Compiler: gcc 2.96RH
OS: Linux
OS/Compiler notes: Not Specified
if you configure and build kdevelop from a directory different from $(srcdir), installation of "script.local" fails for all parts because this rule in Makefile.am is wrong:
install-data-local:
$(INSTALL_DATA) $(srcdir)/script.local $(kappdatadir)/script
it should be:
install-data-local:
$(INSTALL_DATA) script.local $(kappdatadir)/script
(Submitted via bugs.kde.org)
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list