make distcheck problems on diskd

From: Guido Serassio <serassio@dont-contact.us>
Date: Sun, 17 Nov 2002 17:01:27 +0100

Hi,

The test of make distcheck on nt-2_5 branch is failing on diskd target.
I have looked the Makefile.am files of other fs modules, and I have found
that diskd fils is different.

I'have tried the following patch, and make distcheck now works:

Index: Makefile.am
===================================================================
RCS file: /cvsroot/squid/squid/src/fs/diskd/Makefile.am,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.am
--- Makefile.am 1 Sep 2001 11:46:51 -0000 1.2
+++ Makefile.am 17 Nov 2002 15:57:05 -0000
@@ -4,8 +4,5 @@
  # $Id$
  #

-libexec_PROGRAMS = diskd
-LDADD = $(top_builddir)/lib/libmiscutil.a @XTRA_LIBS@
-
-INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \
- -I$(top_srcdir)/src/
+all clean:
+ @cd .. && $(MAKE) $(MFLAGS) diskd/$@

Is this correct ?

Regards

Guido

-
=======================================================
Serassio Guido
Via Albenga, 11/4 10134 - Torino - ITALY
E-mail: guido.serassio@serassio.it
WWW: http://www.serassio.it
Received on Thu Nov 21 2002 - 09:43:45 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:18:45 MST