summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2002-02-24 20:19:45 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2002-02-24 20:19:45 (GMT)
commit8bf1ba3538a4de8c9ff0361ecae0178b9e95cdea (patch)
treee67e9f5e6322ca3efc73245b4caab8113a618adf
parent175ec1e3bee79b081e1d5ef999a5ee82714bbe9b (diff)
*** empty log message ***1.14
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e46bdfe..4873061 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.6 2002/02/24 20:17:16 helios Exp $ 1# $Id: Makefile,v 1.7 2002/02/24 20:19:45 helios Exp $
2MLMVERS = 1.14 2MLMVERS = 1.14
3 3
4# Where you unpacked your Apache tarball -- the source. 4# Where you unpacked your Apache tarball -- the source.
@@ -63,8 +63,8 @@ distro: all
63 cp -f README ${APACHEINST}/html/mod_log_mysql/ 63 cp -f README ${APACHEINST}/html/mod_log_mysql/
64 cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/ 64 cp -f CHANGELOG ${APACHEINST}/html/mod_log_mysql/
65 cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz 65 cd ..; tar zcf mod_log_mysql-${MLMVERS}.tar.gz --exclude mod_log_mysql/CVS mod_log_mysql/; $(INSTALL) mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/; rm -f mod_log_mysql-${MLMVERS}.tar.gz
66 rm -f /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz 66 rm -f ${APACHEINST}/html/mod_log_mysql/mod_log_mysql.tar.gz
67 ln -s mod_log_mysql-1.14.tar.gz /usr/local/Apache/html/mod_log_mysql/mod_log_mysql.tar.gz 67 ln -s mod_log_mysql-${MLMVERS}.tar.gz ${APACHEINST}/html/mod_log_mysql/mod_log_mysql.tar.gz
68 68
69clean: 69clean:
70 rm -f *.o *~ 70 rm -f *.o *~