From: Ben Pfaff Date: Sat, 26 Jun 2010 17:19:39 +0000 (-0700) Subject: Revert unintended change to tests_libpspp_str_test_LDADD. X-Git-Tag: sav-api~171 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=16740853761dfa37e1dc673edb8157930e22b08d;p=pspp Revert unintended change to tests_libpspp_str_test_LDADD. When I was preparing the previous commit I tested a change to tests_libpspp_str_test_LDADD and then (I thought) reverted it. But my revert actually changed the order. Oops. John Darrington reports that the new order causes link problems for him, so I'm putting the order back to the original, with this commit. --- diff --git a/tests/automake.mk b/tests/automake.mk index f23a0e7773..7c7c004140 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -263,7 +263,7 @@ tests_libpspp_range_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 tests_libpspp_str_test_SOURCES = \ tests/libpspp/str-test.c -tests_libpspp_str_test_LDADD = gl/libgl.la src/libpspp/libpspp.la $(LIBINTL) +tests_libpspp_str_test_LDADD = src/libpspp/libpspp.la gl/libgl.la $(LIBINTL) tests_libpspp_string_map_test_SOURCES = \ src/libpspp/hash-functions.c \