]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add a links target for making the build subtrees.
authorTed Lemon <source@isc.org>
Tue, 20 Jun 2000 19:43:44 +0000 (19:43 +0000)
committerTed Lemon <source@isc.org>
Tue, 20 Jun 2000 19:43:44 +0000 (19:43 +0000)
Makefile.dist

index bdeac2ac56830aeb2d2a634f3fdcb92e8bb7762a..e51feb248709416656e62d94d7fdf2be850eec16 100644 (file)
@@ -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