summaryrefslogtreecommitdiff
path: root/php/lib
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-12-04 15:43:21 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-12-04 15:43:21 +0100
commitb4ee1402afa06b701f0fb947dde678a881adffe6 (patch)
treecec53a140edbe02b7751a578d4fae5204e8b8dbb /php/lib
parentFixed ICE-6050: Ice/hold JS test failure on Ubuntu (diff)
downloadice-b4ee1402afa06b701f0fb947dde678a881adffe6.tar.bz2
ice-b4ee1402afa06b701f0fb947dde678a881adffe6.tar.xz
ice-b4ee1402afa06b701f0fb947dde678a881adffe6.zip
Fixes to allow compiling mappings using translators from binary distribution
Diffstat (limited to 'php/lib')
-rw-r--r--php/lib/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/php/lib/Makefile b/php/lib/Makefile
index d3567ea612d..43b8f2d8425 100644
--- a/php/lib/Makefile
+++ b/php/lib/Makefile
@@ -122,42 +122,42 @@ Ice/%.php: $(slicedir)/Ice/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
$(SLICE2PHP) --output-dir Ice $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir Ice $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "Ice/" > .depend/Ice_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "Ice/" > .depend/Ice_$(*F).ice.d
Glacier2/%.php: $(slicedir)/Glacier2/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
@mkdir -p $(notdir $(<D))
$(SLICE2PHP) --output-dir Glacier2 $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir Glacier2 $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "Glacier2/" > .depend/Glacier2_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "Glacier2/" > .depend/Glacier2_$(*F).ice.d
IceBox/%.php: $(slicedir)/IceBox/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
@mkdir -p $(notdir $(<D))
$(SLICE2PHP) --output-dir IceBox $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir IceBox $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "IceBox/" > .depend/IceBox_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "IceBox/" > .depend/IceBox_$(*F).ice.d
IceGrid/%.php: $(slicedir)/IceGrid/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
@mkdir -p $(notdir $(<D))
$(SLICE2PHP) --output-dir IceGrid $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir IceGrid $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "IceGrid/" > .depend/IceGrid_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "IceGrid/" > .depend/IceGrid_$(*F).ice.d
IcePatch2/%.php: $(slicedir)/IcePatch2/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
@mkdir -p $(notdir $(<D))
$(SLICE2PHP) --output-dir IcePatch2 $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir IcePatch2 $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "IcePatch2/" > .depend/IcePatch2_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "IcePatch2/" > .depend/IcePatch2_$(*F).ice.d
IceStorm/%.php: $(slicedir)/IceStorm/%.ice $(SLICE2PHP) $(SLICEPARSERLIB)
@mkdir -p $(notdir $(<D))
$(SLICE2PHP) --output-dir $(notdir $(<D)) $(SLICE2PHPFLAGS) $<
@mkdir -p .depend
@$(SLICE2PHP) --output-dir IceStorm $(SLICE2PHPFLAGS) --depend $< \
- | $(ice_dir)/config/makedepend.py "IceStorm/" > .depend/IceStorm_$(*F).ice.d
+ | $(top_srcdir)/../config/makedepend.py "IceStorm/" > .depend/IceStorm_$(*F).ice.d
install:: $(ALL_SRCS)
@echo "Installing generated code"