Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile regression #5331

Closed
vicuna opened this issue Aug 7, 2011 · 0 comments
Closed

Makefile regression #5331

vicuna opened this issue Aug 7, 2011 · 0 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 7, 2011

Original bug ID: 5331
Reporter: @db4
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2012-09-25T18:06:17Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.12.1
Fixed in version: 3.12.1+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

Revision 10718 of tools/Makefile.shared is incorrect: actually ocamlmktop is NOT a shell script on Windows (see tools/Makefile.nt) and

cp ocamlmktop $(BINDIR)/   # no $(EXE) here, ocamlmktop is a script

should be reverted to

cp ocamlmktop $(BINDIR)/ocamlmktop$(EXE)
@vicuna vicuna closed this as completed Sep 25, 2012
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant