From 2f00221e7ab7c391e876bf5094539e3a9140cb8a Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Fri, 22 Sep 2017 15:00:20 +0200 Subject: remove spurious LDFLAGS in ocamlrund and ocamlruni in byterun/Makefile --- byterun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'byterun') diff --git a/byterun/Makefile b/byterun/Makefile index 049c64da86..a0e8834915 100644 --- a/byterun/Makefile +++ b/byterun/Makefile @@ -174,13 +174,13 @@ libcamlrun.$(A): $(OBJS) $(call MKLIB,$@, $^) ocamlrund$(EXE): prims.$(O) libcamlrund.$(A) - $(MKEXE) $(MKEXEDEBUGFLAG) $(LDFLAGS) -o $@ $^ $(LIBS) + $(MKEXE) $(MKEXEDEBUGFLAG) -o $@ $^ $(LIBS) libcamlrund.$(A): $(DOBJS) $(call MKLIB,$@, $^) ocamlruni$(EXE): prims.$(O) libcamlruni.$(A) - $(MKEXE) $(LDFLAGS) -o $@ $^ $(LIBS) + $(MKEXE) -o $@ $^ $(LIBS) libcamlruni.$(A): $(IOBJS) $(call MKLIB,$@, $^) -- cgit v1.2.1