From: Ted Lemon Date: Tue, 20 Jun 2000 19:43:44 +0000 (+0000) Subject: Add a links target for making the build subtrees. X-Git-Tag: V3-BETA-2-PATCH-1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425204b6a605a4ffc13d23535380de7eb501ce49;p=thirdparty%2Fdhcp.git Add a links target for making the build subtrees. --- diff --git a/Makefile.dist b/Makefile.dist index bdeac2ac5..e51feb248 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -55,3 +55,9 @@ distclean: (cd $$dir; $(MAKE) distclean) || exit 1; \ done @rm -f Makefile + +links: + @for dir in ${SUBDIRS}; do \ + echo "Making links in $$dir"; \ + (cd $$dir; $(MAKE) links) || exit 1; \ + done