Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 189238
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- unison-2.17.1/Makefile.OCaml
0
++ unison-2.17.1/Makefile.OCaml
Lines 330-336 Link Here
330
330
331
$(NAME)$(EXEC_EXT): $(CAMLOBJS) $(COBJS)
331
$(NAME)$(EXEC_EXT): $(CAMLOBJS) $(COBJS)
332
	@echo Linking $@
332
	@echo Linking $@
333
	$(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $(CLIBS) $^
333
	$(CAMLC) -verbose $(CAMLFLAGS) -o $@ $(CFLAGS) $(CAMLLIBS) $^ $(CLIBS)
334
334
335
# Unfortunately -output-obj does not put .o files into the output, only .cmx
335
# Unfortunately -output-obj does not put .o files into the output, only .cmx
336
# files, so we have to use $(LD) to take care of COBJS.
336
# files, so we have to use $(LD) to take care of COBJS.

Return to bug 189238