git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct syntax error.
[u/mrichter/AliRoot.git]
/
MINICERN
/
Makefile
diff --git
a/MINICERN/Makefile
b/MINICERN/Makefile
index 08e28c3cd6828efa78442328ca7465fb626d6821..33d23bb623c6b07a35025490821acb0a7fac48ac 100644
(file)
--- a/
MINICERN/Makefile
+++ b/
MINICERN/Makefile
@@
-287,9
+287,9
@@
SLIBRARY = $(ALICE_ROOT)/lib/libminicern.$(SL)
ALIBRARY = $(ALICE_ROOT)/lib/libminicern.a
ifeq ($(PLATFORM),alpha)
-
default:
$(ALIBRARY)
+
default:
$(ALIBRARY)
else
-
default:
$(SLIBRARY)
+
default:
$(SLIBRARY)
endif
$(ALICE_ROOT)/lib/libminicern.$(SL): $(OBJS)