]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor correction in the dependency handling of the "all" target. In some
authorhno <>
Fri, 1 Sep 2000 06:39:45 +0000 (06:39 +0000)
committerhno <>
Fri, 1 Sep 2000 06:39:45 +0000 (06:39 +0000)
cases you had to run make twice to get all parts properly rebuilt.

src/Makefile.in

index 780f5cfa097df9bc89240779103eef92b373d3bc..bf79246f098788d91e19176b365c3fd8bc607b17 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.192 2000/08/19 14:23:19 hno Exp $
+#  $Id: Makefile.in,v 1.193 2000/09/01 00:39:45 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -197,11 +197,12 @@ LEAKFINDER_OBJS   = \
 DEFAULTS        = \
        -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
 
-all:    squid.conf $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS)
+all:    squid.conf
        @for dir in $(SUBDIRS); do \
                echo "Making $@ in $$dir..."; \
                (cd $$dir ; $(MAKE) $(MFLAGS) prefix="$(prefix)" $@) || exit 1; \
        done
+       @$(MAKE) $(MFLAGS) $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS)
 
 $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h