]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Target needs to be absolute for the rule to run in the correct order
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 21:15:55 +0000 (14:15 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 21:15:55 +0000 (14:15 -0700)
src/tests/trie/nopc.mk
src/tests/trie/trie.mk

index 3fae12b56f48b5219a4d569ca9fda81ade343353..33a7d0fee12632406067ea5098b0bc65bf88d5a2 100644 (file)
@@ -13,5 +13,5 @@ TGT_PREREQS   := libfreeradius-util.a
 #  But it's useful for the test code to access internal functions /
 #  definitions in the trie library.
 #
-src/tests/trie/nopc.c: ${top_srcdir}/src/lib/util/trie.c
+${top_srcdir}/src/tests/trie/nopc.c: ${top_srcdir}/src/lib/util/trie.c
        @[ -e $@ ] || ln -s $^ $@
index 18f6d06f40c37eb7ea95da40a7a04ac4f637c984..5dd29384603d35b1b52bf51e35a7511e13122f43 100644 (file)
@@ -13,5 +13,5 @@ TGT_PREREQS   := libfreeradius-util.a
 #  But it's useful for the test code to access internal functions /
 #  definitions in the trie library.
 #
-src/tests/trie/trie.c: ${top_srcdir}/src/lib/util/trie.c
+${top_srcdir}/src/tests/trie/trie.c: ${top_srcdir}/src/lib/util/trie.c
        @[ -e $@ ] || ln -s $^ $(dir $@)