diff options
author | Jose <jose@zeroc.com> | 2014-10-30 17:20:07 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-30 17:20:07 +0100 |
commit | 3ec14eeaf95e23767b7dfa0de183d9ffe199f0b3 (patch) | |
tree | 69405fa450ff0b0c6a2748b02abf3950bde83800 /cpp | |
parent | Moved GC change under C++ Changes (diff) | |
download | ice-3ec14eeaf95e23767b7dfa0de183d9ffe199f0b3.tar.bz2 ice-3ec14eeaf95e23767b7dfa0de183d9ffe199f0b3.tar.xz ice-3ec14eeaf95e23767b7dfa0de183d9ffe199f0b3.zip |
Minor fix to c++ Slice dependencies
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 2368b5b80ec..707edb76271 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -379,7 +379,7 @@ $(HDIR)/%F.h: $(SDIR)/%F.ice $(SLICE2CPP) $(SLICEPARSERLIB) mv $(*F)F.h $(HDIR) @touch $(*F)F.cpp @mkdir -p .depend - @$(SLICE2CPP) $(SLICE2CPPFLAGS) --depend $< | $(ice_dir)/config/makedepend.py "\$$(HDIR)/" > .depend/$(*F).ice.d + @$(SLICE2CPP) $(SLICE2CPPFLAGS) --depend $< | $(ice_dir)/config/makedepend.py "\$$(HDIR)/" > .depend/$(*F)F.ice.d $(HDIR)/%.h %.cpp: $(SDIR)/%.ice $(SLICE2CPP) $(SLICEPARSERLIB) rm -f $(HDIR)/$(*F).h $(*F).cpp |