summaryrefslogtreecommitdiff
path: root/php/src/php5
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-03 15:20:31 -0400
committerJoe George <joe@zeroc.com>2017-05-03 15:21:01 -0400
commit24b977b2d97931e55629571cddc754b8efa7ef05 (patch)
tree82371f392e08cc0d5e0bea610bd70419ce0408ba /php/src/php5
parentRemove unnecessary tabs (diff)
downloadice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.bz2
ice-24b977b2d97931e55629571cddc754b8efa7ef05.tar.xz
ice-24b977b2d97931e55629571cddc754b8efa7ef05.zip
Fix tabs and spaces in Makefiles
Diffstat (limited to 'php/src/php5')
-rw-r--r--php/src/php5/Makefile.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/php/src/php5/Makefile.mk b/php/src/php5/Makefile.mk
index ae64affeb94..aa1ecea31ba 100644
--- a/php/src/php5/Makefile.mk
+++ b/php/src/php5/Makefile.mk
@@ -9,13 +9,13 @@
$(project)_libraries := IcePHP
-IcePHP_target := php-module
-IcePHP_targetname := IcePHP
-IcePHP_targetdir := lib
-IcePHP_installdir := $(install_phplibdir)
-IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/src $(php_cpp_includes) $(php_cppflags)
-IcePHP_ldflags := $(php_ldflags)
-IcePHP_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice
+IcePHP_target := php-module
+IcePHP_targetname := IcePHP
+IcePHP_targetdir := lib
+IcePHP_installdir := $(install_phplibdir)
+IcePHP_cppflags := -I$(project) -I$(top_srcdir)/cpp/src $(php_cpp_includes) $(php_cppflags)
+IcePHP_ldflags := $(php_ldflags)
+IcePHP_dependencies := IceDiscovery IceLocatorDiscovery IceSSL Ice
IcePHP_extra_sources := $(top_srcdir)/cpp/src/Slice/PHPUtil.cpp
projects += $(project)