diff options
author | Sascha Schumann <sas@php.net> | 2002-09-29 16:25:23 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-09-29 16:25:23 +0000 |
commit | 5c35fad89309dd1023df2b1b51c30b69fc1174a7 (patch) | |
tree | 1006b933136db748bd34705d26c3e1887619e314 /Makefile.global | |
parent | e6e54605b7c4153be53a4ee62429fcc4eb2d8970 (diff) | |
download | php-git-5c35fad89309dd1023df2b1b51c30b69fc1174a7.tar.gz |
Fix some typos
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.global b/Makefile.global index e2cfee3bb4..947f10f034 100644 --- a/Makefile.global +++ b/Makefile.global @@ -46,14 +46,14 @@ install-tester: install-su: install-pear install-tester -test: $(SAPI_CLI_PHP) - @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PHP) \ - $(top_builddir)/$(SAPI_CLI_PHP) -c php.ini-dist $(top_srcdir)/run-tests.php $(TESTS) +test: $(SAPI_CLI_PATH) + @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ + $(top_builddir)/$(SAPI_CLI_PATH) -c php.ini-dist $(top_srcdir)/run-tests.php $(TESTS) clean: find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a -o -name \*.so| xargs rm -f find . -name .libs -a -type d|xargs rm -rf - rm -f libphp4.la $(SAPI_CLI_PHP) $(SAPI_CGI_PHP) modules/* libs/* + rm -f libphp4.la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/* distclean: clean rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp |