~ubuntu-branches/ubuntu/trusty/fsharp/trusty

« back to all changes in this revision

Viewing changes to src/fsharp/policy.2.3.FSharp.Core/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2014-02-13 16:55:16 UTC
  • mfrom: (3.1.2 trusty)
  • Revision ID: package-import@ubuntu.com-20140213165516-o51ftovy7pu2d0rk
Tags: 3.0.34+dfsg-3ubuntu1
* Make DEP-8 test depend on only fsharp package to pick up any dependency breakage
* Add missing libmono-compilerservices-symbolwriter4.0-cil dependency to fsharp
* Add fsharpc/fsharpi manpages
* Strip executable bit from xbuild .Targets files; now lintian clean!

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        cp policy.2.3.FSharp.Core.dll.config $(@D)
21
21
        al /link:policy.2.3.FSharp.Core.dll.config /out:$@ /delaysign /keyfile:$(topdir)msfinal.pub /version:$(VERSION_4_0)
22
22
 
23
 
do-final: do-2-0 do-4-0 
 
23
do-final: do-4-0 
24
24
 
25
25
clean: clean-2-0 clean-4-0
26
26
 
27
 
install: install-lib-2 install-lib-4
 
27
install: install-lib-4
28
28
 
29
29