]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sat, 30 Mar 2002 23:46:21 +0000 (23:46 +0000)
committerhno <>
Sat, 30 Mar 2002 23:46:21 +0000 (23:46 +0000)
Makefile.in

index 0e339c07e27c3ca749ab84b669d9ace0bde768ef..e97d2a9a033bfcfabe837de4120bc1af6082fb37 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.8 2002/02/26 15:48:09 adrian Exp $
+# $Id: Makefile.in,v 1.9 2002/03/30 16:46:21 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -143,7 +143,7 @@ subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/include/autoconf.h
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = src/auth/basic/helpers/SASL/Makefile
 DIST_SOURCES =
 
 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
@@ -198,6 +198,8 @@ $(srcdir)/./include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_s
 
 distclean-hdr:
        -rm -f include/autoconf.h
+src/auth/basic/helpers/SASL/Makefile: $(top_builddir)/config.status $(top_srcdir)/src/auth/basic/helpers/SASL/Makefile.in
+       cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
 uninstall-info-am:
 
 # This directory's subdirectories are mostly independent; you can cd
@@ -303,7 +305,7 @@ GZIP_ENV = --best
 distdir: $(DISTFILES)
        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
        mkdir $(distdir)
-       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/scripts
+       $(mkinstalldirs) $(distdir)/./include $(distdir)/cfgaux $(distdir)/scripts $(distdir)/src/auth/basic/helpers/SASL
        @for file in $(DISTFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \