Bug#24555: marked as done (make install fails from separate build directory) by Bernd Gehrmann <bernd at physik.hu-berlin.de>

Stephan Kulow owner at bugs.kde.org
Sun Apr 22 15:18:04 UTC 2001


Your message with subj: (no subject)



has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 22 Apr 2001 12:41:44 +0000
Received: (qmail 20188 invoked by uid 33); 22 Apr 2001 12:41:44 -0000
Date: 22 Apr 2001 12:41:44 -0000
Message-ID: <20010422124144.20187.qmail at master.kde.org>
To: submit at bugs.kde.org
Subject: make install fails from separate build directory
From: bernie at codewiz.org

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