From: fca Date: Wed, 6 Oct 1999 11:41:52 +0000 (+0000) Subject: For alpha also the shared version of minicern is needed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=abde222791151d5c1d7943b6993ae6dff05e13cc For alpha also the shared version of minicern is needed --- diff --git a/MINICERN/Makefile b/MINICERN/Makefile index 028d4c70a44..5d7c54302de 100644 --- a/MINICERN/Makefile +++ b/MINICERN/Makefile @@ -289,7 +289,7 @@ SLIBRARY = $(LIBDIR)/libminicern.$(SL) ALIBRARY = $(LIBDIR)/libminicern.a ifeq ($(PLATFORM),alpha) - default: $(ALIBRARY) + default: $(ALIBRARY) $(SLIBRARY) else default: $(SLIBRARY) endif