]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
BUILT_RPATH vs BUILD_RPATH fixup.
authorMark Wielaard <mjw@redhat.com>
Fri, 25 Feb 2011 19:17:52 +0000 (20:17 +0100)
committerMark Wielaard <mjw@redhat.com>
Fri, 25 Feb 2011 19:18:44 +0000 (20:18 +0100)
        * tests/Makefile.am (BUILD_RPATH): Be consistent in naming.

tests/ChangeLog
tests/Makefile.am

index bc7884316b309f4ff051a8ebb7d38953354360d4..3fb68994ec17bb855e5a8ffe11bb9ef71b9fd137 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-25  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (BUILD_RPATH): Be consistent in naming.
+
 2011-02-02  Josh Stone  <jistone@redhat.com>
 
        * run-prelink-addr-test.sh: Add testfile55, 32 and 64-bit.
index b317553d7a52df38b27fcef9d0e6916d13b09328..3c37cb371003374bace39f167117f68e1639f5ab 100644 (file)
@@ -28,7 +28,7 @@ include $(top_srcdir)/config/eu.am
 if MUDFLAP
 BUILD_RPATH = \$$ORIGIN/../backends
 else
-BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
+BUILD_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
 endif
 
 AM_LDFLAGS =
@@ -42,7 +42,7 @@ AM_LDFLAGS += -Wl,-rpath-link,../libasm:../libdw:../libelf
 endif
 
 if TESTS_RPATH
-AM_LDFLAGS += -Wl,-rpath,$(BUILT_RPATH)
+AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH)
 tests_rpath = yes
 else
 tests_rpath = no