Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
A
app-wtimer
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gerd Stolpmann
app-wtimer
Commits
bb47e18a
Commit
bb47e18a
authored
Mar 04, 2016
by
Gerd Stolpmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build OCaml-4.01
parent
3559f957
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile.code
src/Makefile.code
+2
-2
No files found.
src/Makefile.code
View file @
bb47e18a
...
...
@@ -90,10 +90,10 @@ const.ml: const.mlp $(TOP)/Makefile.conf
DBVARIANT
=
pg
db.cmo
:
db.ml $(TOP)/Makefile.conf
$(OCAMLC)
-c
-g
-safe-string
-pp
'sed -e s:DBVARIANT:
$(DBVARIANT)
:g'
$<
$(OCAMLC)
-c
-g
$(STRING_OPTIONS)
-pp
'sed -e s:DBVARIANT:
$(DBVARIANT)
:g'
$<
db.cmx
:
db.ml $(TOP)/Makefile.conf
$(OCAMLOPT)
-c
-safe-string
-pp
'sed -e s:DBVARIANT:
$(DBVARIANT)
:g'
$<
$(OCAMLOPT)
-c
$(STRING_OPTIONS)
-pp
'sed -e s:DBVARIANT:
$(DBVARIANT)
:g'
$<
#----------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment