Skip to content

Commit

Permalink
Fixed ar
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Jul 2, 2019
1 parent 0e3b735 commit 65b088c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# **********************************************************************
#
# Copyright (c) 2015-2017 ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# **********************************************************************

PREFIX ?= /opt/mcpp-2.7.2

Expand Down Expand Up @@ -54,8 +52,7 @@ OBJS = directive.o eval.o expand.o main.o mbchar.o support.o system.o

$(LIBDIR)/libmcpp.a: $(OBJS)
-mkdir -p $(LIBDIR)
ar rcs $(LIBDIR)/libmcpp.a $(OBJS)
ranlib $(LIBDIR)/libmcpp.a
$(AR) rcs $(LIBDIR)/libmcpp.a $(OBJS)

install: $(LIBDIR)/libmcpp.a
@mkdir -p $(PREFIX)/$(LIBDIR)
Expand Down

0 comments on commit 65b088c

Please # to comment.