typo in Makefile
Bug #1722157 reported by
Lucas Nussbaum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
marionnet |
New
|
Undecided
|
Unassigned |
Bug Description
In the makefile for marionnet (same problem in ocamlbricks):
meta.ml.released: meta.ml
if [ -d .bzr ]; then \
cp $< $@
fi; \
the last line should be "fi"
To post a comment you must log in.
oops, and the second line should end with "; \"