]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
For alpha also the shared version of minicern is needed
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 11:41:52 +0000 (11:41 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 11:41:52 +0000 (11:41 +0000)
MINICERN/Makefile

index 028d4c70a44afc142bc8b67e5d2a4bbe444644be..5d7c54302de291c5816ac1e97f377ff660ccd977 100644 (file)
@@ -289,7 +289,7 @@ SLIBRARY    = $(LIBDIR)/libminicern.$(SL)
 ALIBRARY       = $(LIBDIR)/libminicern.a
 
 ifeq ($(PLATFORM),alpha)
-        default:       $(ALIBRARY)
+        default:       $(ALIBRARY) $(SLIBRARY)
 else
         default:       $(SLIBRARY)
 endif