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

(-)ocamlgsl-0.6.0-orig/Makefile (-1 / +1 lines)
Lines 94-100 Link Here
94
ifeq ($(OCAML_BACKEND),cl)
94
ifeq ($(OCAML_BACKEND),cl)
95
include msvc.mak
95
include msvc.mak
96
else
96
else
97
ifeq ($(OCAML_BACKEND),gcc)
97
ifeq (,$(findstring $(OCAML_BACKEND),gcc))
98
include gcc.mak
98
include gcc.mak
99
else
99
else
100
include mingw.mak
100
include mingw.mak

Return to bug 280939