summaryrefslogtreecommitdiff
blob: 2bfb63960c6be8959f0728101594cf13e43a1e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/SignalFreeBackgroundEstimator/Makefile
+++ b/SignalFreeBackgroundEstimator/Makefile
@@ -39,8 +39,8 @@
 all: lib$(NAME).a
 
 lib$(NAME).a: $(OBJS) 
-	ar cru lib$(NAME).a $(OBJS)
-	ranlib lib$(NAME).a
+	$(AR) cru lib$(NAME).a $(OBJS)
+	$(RANLIB) lib$(NAME).a
 
 # building the examples
 examples: $(EXAMPLES)