Skip to content

Commit d16685f

Browse files
authored
Update Makefile
1 parent eecae89 commit d16685f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ lib: $(GS) $(XXT) $(AMG) $(FWRAPPER) $(INTP) $(SRCDIR)/rand_elt_test.o
8484
@ranlib $(SRCDIR)/lib$(LIBNAME).a
8585

8686
install: lib
87-
@mkdir -p $(INSTALL_ROOT)
88-
@cp -v $(SRCDIR)/lib$(LIBNAME).a $(INSTALL_ROOT)
87+
@mkdir -p $(INSTALL_ROOT) 2>/dev/null
88+
@cp -v $(SRCDIR)/lib$(LIBNAME).a $(INSTALL_ROOT) 2>/dev/null
8989

9090
tests: $(TESTS)
9191

0 commit comments

Comments
 (0)