* [PATCH BlueZ] build: Fix out of tree builds
@ 2013-11-14 17:58 Andre Heider
2013-11-15 9:37 ` Andre Heider
0 siblings, 1 reply; 2+ messages in thread
From: Andre Heider @ 2013-11-14 17:58 UTC (permalink / raw)
To: linux-bluetooth
Don't create bogus symlinks when passing an absolute path to --prefix.
---
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 69a2805..87448ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -318,9 +318,9 @@ tools/%.rules:
$(lib_libbluetooth_la_OBJECTS): $(local_headers)
-lib/bluetooth/%.h: lib/%.h
+lib/bluetooth/%.h: $(abs_top_srcdir)/lib/%.h
$(AM_V_at)$(MKDIR_P) lib/bluetooth
- $(AM_V_GEN)$(LN_S) -f $(abs_top_builddir)/$< $@
+ $(AM_V_GEN)$(LN_S) -f $< $@
clean-local:
$(RM) -r lib/bluetooth
--
1.8.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH BlueZ] build: Fix out of tree builds
2013-11-14 17:58 [PATCH BlueZ] build: Fix out of tree builds Andre Heider
@ 2013-11-15 9:37 ` Andre Heider
0 siblings, 0 replies; 2+ messages in thread
From: Andre Heider @ 2013-11-15 9:37 UTC (permalink / raw)
To: linux-bluetooth
On Thu, Nov 14, 2013 at 6:58 PM, Andre Heider <a.heider@gmail.com> wrote:
> Don't create bogus symlinks when passing an absolute path to --prefix.
No idea how that happened, but I meant:
Don't create bogus symlinks when calling the configure script via an
absolute path.
;)
Regards,
Andre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-15 9:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 17:58 [PATCH BlueZ] build: Fix out of tree builds Andre Heider
2013-11-15 9:37 ` Andre Heider
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).