]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "Target needs to be absolute for the rule to run in the correct order"
authorAlan T. DeKok <aland@freeradius.org>
Thu, 25 Jan 2018 23:07:42 +0000 (18:07 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 25 Jan 2018 23:07:42 +0000 (18:07 -0500)
This reverts commit e46e496911ae57ce8843d8434bb257bbbc7996e1.

which breaks the build on most systems

src/tests/trie/nopc.mk
src/tests/trie/trie.mk

index 33a7d0fee12632406067ea5098b0bc65bf88d5a2..3fae12b56f48b5219a4d569ca9fda81ade343353 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.
 #
-${top_srcdir}/src/tests/trie/nopc.c: ${top_srcdir}/src/lib/util/trie.c
+src/tests/trie/nopc.c: ${top_srcdir}/src/lib/util/trie.c
        @[ -e $@ ] || ln -s $^ $@
index 5dd29384603d35b1b52bf51e35a7511e13122f43..18f6d06f40c37eb7ea95da40a7a04ac4f637c984 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.
 #
-${top_srcdir}/src/tests/trie/trie.c: ${top_srcdir}/src/lib/util/trie.c
+src/tests/trie/trie.c: ${top_srcdir}/src/lib/util/trie.c
        @[ -e $@ ] || ln -s $^ $(dir $@)