marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00843
[Bug 1722157] [NEW] typo in Makefile
Public bug reported:
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"
** Affects: marionnet
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to marionnet.
https://bugs.launchpad.net/bugs/1722157
Title:
typo in Makefile
Status in marionnet:
New
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 manage notifications about this bug go to:
https://bugs.launchpad.net/marionnet/+bug/1722157/+subscriptions
Follow ups