Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lablgl
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian OCaml Maintainers
lablgl
Commits
876b5925
Commit
876b5925
authored
5 years ago
by
Stephane Glondu
Browse files
Options
Downloads
Patches
Plain Diff
Refresh patch
parent
9bd52a7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/compilation-examples
+12
-1
12 additions, 1 deletion
debian/patches/compilation-examples
with
12 additions
and
1 deletion
debian/patches/compilation-examples
+
12
−
1
View file @
876b5925
From: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Date: Wed, 7 Aug 2019 10:50:23 +0200
Subject: make examples compile via "make"
Contributed-by: Russell Sears <sears@cs.berkeley.edu>
Integrated: Ralf Treinen <treinen@debian.org>
Fixes-bug: #425465
Description: make examples compile via "make"
Sent-to-upstream: to Jacques Garrigue by Ralf Treinen, Dec 3 2009
---
Togl/examples/Makefile | 14 +++++++++++++-
Togl/examples/planet.ml | 2 +-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/Togl/examples/Makefile b/Togl/examples/Makefile
index 86fe6ca..da2168f 100644
--- a/Togl/examples/Makefile
+++ b/Togl/examples/Makefile
@@ -1,4 +1,16 @@
...
...
@@ -24,6 +33,8 @@ Sent-to-upstream: to Jacques Garrigue by Ralf Treinen, Dec 3 2009
clean:
- rm -f *.cm* *.o *.opt
+ rm -f *.cm* *.o *.opt $(DERIVEDML)
diff --git a/Togl/examples/planet.ml b/Togl/examples/planet.ml
index 0a0f3fb..9d84849 100644
--- a/Togl/examples/planet.ml
+++ b/Togl/examples/planet.ml
@@ -1,6 +1,6 @@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment