[Pkg-cli-apps-commits] [fsharp] 14/71: fix mistake in previous commit
Christopher Halse Rogers
raof-guest at moszumanska.debian.org
Fri Jan 17 05:18:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
raof-guest pushed a commit to tag 3.1.0
in repository fsharp.
commit 9c01b7d5cde1833f2066777bd763e7c142b10227
Author: Don Syme <donsyme at fastmail.fm>
Date: Fri Oct 4 19:08:08 2013 +0100
fix mistake in previous commit
---
src/fsharp/targets.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/fsharp/targets.make b/src/fsharp/targets.make
index ad5d8b4..b21053b 100644
--- a/src/fsharp/targets.make
+++ b/src/fsharp/targets.make
@@ -57,7 +57,7 @@ install-lib-2 install-lib-2-1 install-lib-4-0:
gacutil -i $(outdir)$(ASSEMBLY) -root $(DESTDIR)$(libdir) -package $(TARGET)
@if test -e $(outdir)Microsoft.FSharp.Targets; then \
$(INSTALL_LIB) $(outdir)Microsoft.FSharp.Targets $(DESTDIR)$(gacdir)/$(TARGET)/; \
- @mkdir -p $(tmpdir)
+ mkdir -p $(tmpdir); \
echo '<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">' > $(tmpdir)Microsoft.FSharp.Targets; \
echo ' <Import Project="$(DESTDIR)$(gacdir)/$(TARGET)/Microsoft.FSharp.Targets" />' >> $(tmpdir)Microsoft.FSharp.Targets; \
echo '</Project>' >> $(tmpdir)Microsoft.FSharp.Targets; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/fsharp.git
More information about the Pkg-cli-apps-commits
mailing list