Diff for /embedaddon/php/Makefile.global between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2013/10/14 08:02:08 version 1.1.1.4, 2014/06/15 20:03:40
Line 113  clean: Line 113  clean:
         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 \*.so | xargs rm -f
         find . -name .libs -a -type d|xargs rm -rf          find . -name .libs -a -type d|xargs rm -rf
           find . -name \*.1 | xargs rm -f
         rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*          rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
   
 distclean: clean  distclean: clean

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>