diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-19 18:48:18 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-19 18:48:18 -0400 |
commit | 29eed8154c9a2609e203e5d627a66eff4ce925dd (patch) | |
tree | c308c2e3fed59fe024deb87794fc6a5739995299 /cpp | |
parent | Fix ICE-7365 - C++ Slice/unicodePaths test fails on OS X (diff) | |
download | ice-29eed8154c9a2609e203e5d627a66eff4ce925dd.tar.bz2 ice-29eed8154c9a2609e203e5d627a66eff4ce925dd.tar.xz ice-29eed8154c9a2609e203e5d627a66eff4ce925dd.zip |
Restored SLICEPARSERLIB dependency for consistency
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 6ffcdfc3fe3..039695da16a 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -406,9 +406,7 @@ $(HDIR)/%.h %.cpp: $(SDIR)/%.ice $(SLICE2CPP) $(SLICEPARSERLIB) @mkdir -p .depend @$(SLICE2CPP) $(SLICE2CPPFLAGS) --depend $< | sed 's/\(.*: \\\)/\$$(HDIR)\/\1/' > .depend/$(*F).ice.d -#%.h %.cpp: %.ice $(SLICE2CPP) $(SLICEPARSERLIB) - -%.h %.cpp: %.ice $(SLICE2CPP) +%.h %.cpp: %.ice $(SLICE2CPP) $(SLICEPARSERLIB) rm -f $(*F).h $(*F).cpp $(SLICE2CPP) $(SLICE2CPPFLAGS) $(*F).ice @touch $(*F).cpp |