$NetBSD: patch-aa,v 1.3 2002/06/19 22:16:44 cjones Exp $ --- Makefile.in.orig Sat Oct 7 12:44:37 2000 +++ Makefile.in Wed Jun 19 16:06:55 2002 @@ -7,7 +7,7 @@ APACHE_BASE = @APACHE_BASE@ APXS = @APXS@ CC = @CC@ -CFLAGS = -I. @CFLAGS@ -DORA8_DRIVER_VERSION=\"2.3\" +CFLAGS = -I. @CFLAGS@ -DORA8_DRIVER_VERSION=\"2.3\" -fPIC CPPFLAGS = -DDB_DRIVER_NAME=\"$(DBNAME)\" @CPPFLAGS@ DBNAME = @DBNAME@ INSTALL = @INSTALL@ @@ -25,7 +25,7 @@ BOOTSTRAP_MAIN_DIR = $(APACHE_BASE)/libexec BOOTSTRAP_OTHER_DIR = $(BOOTSTRAP_MAIN_DIR)/aol_bootstrap -TCL_MODULE_DIR = $(APACHE_BASE)/tcl_modules +TCL_MODULE_DIR = $(APACHE_BASE)/etc/httpd/tcl_modules ################################################################ @@ -62,7 +62,7 @@ TCL_SRCS = \ tcl_modules/README tcl_modules/form.tcl \ - tcl_modules/http.tcl tcl_modules/nsd.ini.sample tcl_modules/nsdb.tcl \ + tcl_modules/http.tcl tcl_modules/nsdb.tcl \ tcl_modules/sendmail.tcl tcl_modules/util.tcl MISCFILES = \ @@ -78,14 +78,14 @@ BUILD_MODULE = $(APXS) -c $(LIBS) -INSERT_MODULE = $(APXS) -i -a +INSERT_MODULE = $(APXS) -i ######################################################################## -all: $(MODULE_FILE) install +all: $(MODULE_FILE) $(MODULE_FILE): $(OBJS) - $(APXS) -c -o $@ $(OBJS) $(LIBS) + $(APXS) -c -o $@ $(LIBS) $(OBJS) install: install-mod_aolserver install-bootstrap install-tcl