yohgaki Mon Sep 30 05:15:24 2002 EDT
Modified files:
/php4 Makefile.global
Log:
Remove space
Index: php4/Makefile.global
diff -u php4/Makefile.global:1.28 php4/Makefile.global:1.29
--- php4/Makefile.global:1.28 Mon Sep 30 00:42:11 2002
+++ php4/Makefile.global Mon Sep 30 05:15:23 2002
@@ -52,7 +52,7 @@
clean:
find . -name \*.lo -o -name \*.o | xargs rm -f
- find . -name \*.la -o -name \*.a | xargs rm -f
+ find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp4.la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php