From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43D8A891.2030700@domain.hid> Date: Thu, 26 Jan 2006 11:46:41 +0100 From: Anders Blomdell MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-core] [BUG] Missing DESTDIR? List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org in a lot of the Makefile.in files in 2.1-rc2 there are lines like: test -z "$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)" shouldn't they read: test -z "$(DESTDIR)$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)" Best regards Anders Blomdell