diff options
Diffstat (limited to 'csharp/config/Make.rules.cs')
-rw-r--r-- | csharp/config/Make.rules.cs | 2 |
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) |