summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 21:26:10 +0000
committerStig Bakken <ssb@php.net>1999-04-21 21:26:10 +0000
commit3789ac7ea048f6280fd23698881c49e3fe8a48a7 (patch)
tree0aac8133931e1abf3bd417fa85795f1f1230f916 /Makefile.in
parentf9d169c81291f320e3482fd87e4e78ded3b9992c (diff)
downloadphp-git-3789ac7ea048f6280fd23698881c49e3fe8a48a7.tar.gz
moving mysql to ext/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 876fc4d446..cf2cda2ef1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,7 +71,7 @@ OBJS = main.o internal_functions.o snprintf.o php3_sprintf.o \
FUNCTIONS_SOURCE = functions/apache.c functions/fhttpd.c \
functions/crypt.c functions/db.c functions/dl.c functions/filepro.c \
functions/head.c functions/imap.c functions/mime.c \
- functions/msql.c functions/mysql.c \
+ functions/msql.c \
functions/oracle.c functions/oci8.c functions/pgsql.c \
functions/post.c functions/sybase.c \
functions/sybase-ct.c @BCMATH_SRC@ functions/xml.c \
@@ -138,7 +138,7 @@ distclean: clean distclean-recursive
-rm -f libphp3.module stamp-h
-rm -f regex/*.o regex/*.a regex/*.ih
-rm -f doc/checkdoc doc/funcparse doc/version.ent
- -rm -f do-conf test/test.log extra/gd/bdf2gdfont
+ -rm -f do-conf test/test.log
-rm -f doc/Makefile regex/Makefile
maintainer-clean-depend: maintainer-clean-depend-recursive