summaryrefslogtreecommitdiff
path: root/csharp/config/Make.rules.cs
diff options
context:
space:
mode:
authornewhook <matthew.newhook@gmail.com>2015-04-22 17:41:42 -0230
committernewhook <matthew.newhook@gmail.com>2015-04-22 17:41:42 -0230
commit71a49e33a43de35a0fddf5f0808b3b06f715d46b (patch)
tree972cff5231b1e8e4825c3961a428b2a20e2a223b /csharp/config/Make.rules.cs
parentRPM build fixes (diff)
downloadice-71a49e33a43de35a0fddf5f0808b3b06f715d46b.tar.bz2
ice-71a49e33a43de35a0fddf5f0808b3b06f715d46b.tar.xz
ice-71a49e33a43de35a0fddf5f0808b3b06f715d46b.zip
ICE-6433: config/makedepend.py: replace with sed?
Diffstat (limited to 'csharp/config/Make.rules.cs')
-rw-r--r--csharp/config/Make.rules.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/config/Make.rules.cs b/csharp/config/Make.rules.cs
index b4757dd8ef4..fc29a6a0a22 100644
--- a/csharp/config/Make.rules.cs
+++ b/csharp/config/Make.rules.cs
@@ -251,7 +251,7 @@ include $(wildcard .depend/*.d)
$(GDIR)/%.cs: $(SDIR)/%.ice
$(SLICE2CS) --output-dir $(GDIR) $(SLICE2CSFLAGS) $<
@mkdir -p .depend
- @$(SLICE2CS) --output-dir $(GDIR) $(SLICE2CSFLAGS) --depend $< | $(top_srcdir)/../config/makedepend.py "generated/" > .depend/$(*F).ice.d
+ @$(SLICE2CS) --output-dir $(GDIR) $(SLICE2CSFLAGS) --depend $< | sed 's/\(.*: \\\)/generated\/\1/' > .depend/$(*F).ice.d
all:: $(TARGETS)