From: Alan T. DeKok Date: Mon, 23 May 2011 09:32:44 +0000 (+0200) Subject: Added dependencies so "make attrs" will automagically make radattr X-Git-Tag: release_3_0_0_beta0~814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f61484e06dc17dc44788aae4c252d607aa53326;p=thirdparty%2Ffreeradius-server.git Added dependencies so "make attrs" will automagically make radattr --- diff --git a/src/tests/Makefile b/src/tests/Makefile index 581cda2fea2..54744d6006d 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -108,5 +108,11 @@ leap: ATTRS := rfc.txt errors.txt extended.txt lucent.txt wimax.txt -attrs: ${ATTRS} +attrs: ${ATTRS} ../main/radattr ../main/radattr -d ../../share rfc.txt + +${LIBRADIUS}: $(wildcard ../include/*.h) $(wildcard ../lib/*.c) + ${MAKE} -C ../lib all + +../main/radattr: ${LIBRADIUS} ../main/radattr.c + ${MAKE} -C ../main radattr