]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - conf/GeneralMacros
Minor mods to prevent compiler and ROOT warnings
[u/mrichter/AliRoot.git] / conf / GeneralMacros
index 93ee2fea261606a2eee0ab7ddf8ebb1a4449389f..e7b0ef16c004ae4f965d19d214d787fee80423e8 100644 (file)
@@ -6,11 +6,7 @@ $(SLIBRARY):
                 ifeq ($(PLATFORM),aix)
                   @$(SHLD) -o $@ $(LIBS) -p 0 $^
                 else
-                   ifeq ($(PLATFORM),alpha)
-                     @$(SHLD) -o $@ $^ -lcxxstd -lcxx -lexc -lots -lc
-                   else
-                     @$(LD) $(SOFLAGS) $(LDFLAGS) $^ $(SHLIB) -o $@
-                   endif
+                  @$(SHLD) $(SOFLAGS) $(LDFLAGS) $^ $(SHLIB) -o $@
                 endif
                @chmod 555 $@
                @echo "$@ done"
@@ -42,7 +38,7 @@ depend:
                @$(MAKEDEPEND) -fMake-depend -- $(CXXFLAGS) $(DEPINC) -- $^
 
 Make-depend:
-               @cp $(ALICE_ROOT)/conf/Make-depend ./
+               @cp $(ALICE_ROOT)/conf/Makedepend ./Make-depend
 
 macroclean:
                @rm -f $(TOCLEAN) *~ \#*