[Mailman-Developers] Building in a subdirectory

Garth Corral garthc@abode.com
Sat, 1 Jan 2000 16:07:13 -0800 (PST)


The following will allow mailman to be configured and built in a
subdirectory of the source tree; my preferred method.  It should not
affect those that prefer to do this directly in the source tree.
If someone could see their way clear to commit this, I would be grateful.

Garth

-------------------------------------------------------------------------
RCS file: /projects/cvsroot/mailman/src/Makefile.in,v
retrieving revision 1.16
diff -u -r1.16 Makefile.in
--- Makefile.in 1999/07/12 20:31:07     1.16
+++ Makefile.in 2000/01/01 23:58:31
@@ -102,10 +102,10 @@
 $(CGI_PROGS): $(srcdir)/cgi-wrapper.c $(COMMONOBJS)
        $(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) $(COMMONOBJS) -o $@ $(srcdir)/cgi-wrapper.c
 
-common.o: $(srcdir)/common.c $(srcdir)/common.h $(srcdir)/Makefile
+common.o: $(srcdir)/common.c $(srcdir)/common.h Makefile
        $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/common.c
 
-vsnprintf.o: $(srcdir)/vsnprintf.c $(srcdir)/Makefile
+vsnprintf.o: $(srcdir)/vsnprintf.c Makefile
        $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/vsnprintf.c
 
 install: all