summaryrefslogtreecommitdiff
path: root/byterun/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/Makefile.common')
-rwxr-xr-xbyterun/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/Makefile.common b/byterun/Makefile.common
index ac6391f765..938d53bac4 100755
--- a/byterun/Makefile.common
+++ b/byterun/Makefile.common
@@ -37,14 +37,14 @@ PUBLIC_INCLUDES=\
memory.h misc.h mlvalues.h printexc.h signals.h compatibility.h
-all: ocamlrun$(EXE) ld.conf libcamlrun.$(A)
+all:: ocamlrun$(EXE) ld.conf libcamlrun.$(A)
.PHONY: all
ld.conf: ../config/Makefile
echo "$(STUBLIBDIR)" >ld.conf
echo "$(LIBDIR)" >>ld.conf
-install:
+install::
cp ocamlrun$(EXE) $(BINDIR)/ocamlrun$(EXE)
cp libcamlrun.$(A) $(LIBDIR)/libcamlrun.$(A)
cd $(LIBDIR); $(RANLIB) libcamlrun.$(A)