diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-16 22:42:21 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-16 22:42:21 +0000 |
commit | ec50085da3fc8f541ac6b1b8506df2b99ed48e41 (patch) | |
tree | f67f25711b3494c544e300eeb8f5385bb0e57633 /Makefile.in | |
parent | 71a474084753d2c743141a3a63ff5e9cbc98ec07 (diff) | |
download | php-git-ec50085da3fc8f541ac6b1b8506df2b99ed48e41.tar.gz |
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index dc63bfa22c..2cd1acbc29 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ LIBOBJS=@LIBOBJS@ SOURCE = main.c internal_functions.c snprintf.c php3_sprintf.c \ configuration-parser.c configuration-scanner.c request_info.c \ safe_mode.c fopen-wrappers.c php3_realpath.c alloca.c output.c \ - php_ini.c SAPI.c cgi_main.c rfc1867.c dlist.c rfc1867.c + php_ini.c SAPI.c cgi_main.c rfc1867.c dlist.c OBJS = $(SOURCE:.c=.o) $(LIBOBJS) PHPLIBS = -Llibzend -lzend -Lext -lphpext LIBS = $(PHPLIBS) $(EXTRA_LIBS) @LIBS@ |