diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-10-30 00:38:17 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-10-30 00:38:17 +0000 |
commit | 509041b2cf2add2bb2911651801f71d009a4429c (patch) | |
tree | f10ca230c2b9630f0df7701bb187ff28f610999f /php/lib | |
parent | ICE-5548 - updating ice.spec for C++11 (diff) | |
download | ice-509041b2cf2add2bb2911651801f71d009a4429c.tar.bz2 ice-509041b2cf2add2bb2911651801f71d009a4429c.tar.xz ice-509041b2cf2add2bb2911651801f71d009a4429c.zip |
SLES fixes
Diffstat (limited to 'php/lib')
-rw-r--r-- | php/lib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/php/lib/Makefile b/php/lib/Makefile index 741675a9619..d3567ea612d 100644 --- a/php/lib/Makefile +++ b/php/lib/Makefile @@ -150,16 +150,14 @@ IcePatch2/%.php: $(slicedir)/IcePatch2/%.ice $(SLICE2PHP) $(SLICEPARSERLIB) $(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 + | $(ice_dir)/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 + | $(ice_dir)/config/makedepend.py "IceStorm/" > .depend/IceStorm_$(*F).ice.d install:: $(ALL_SRCS) @echo "Installing generated code" |