Skip to content

Commit

Permalink
Update build Makevars.in script for parallel make
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Widgren <stefan.widgren@gmail.com>
  • Loading branch information
stewid committed Apr 20, 2016
1 parent a543c9c commit c20894d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_Makevars.r
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ build_Makevars.in <- function() {

build_objects(files, " @GIT2R_SRC_REGEX@", Makevars)

cat("\nall: libmygit.a\n\n", file = Makevars)
cat("\n$(SHLIB): libmygit.a\n\n", file = Makevars)
cat("libmygit.a: $(LIBGIT)\n\t$(AR) rcs libmygit.a $(LIBGIT)\n\n", file = Makevars)
cat("clean:\n\trm -f *.o libmygit.a git2r.so $(LIBGIT)\n\n", file = Makevars)
cat(".PHONY: all clean\n", file = Makevars)
Expand Down

0 comments on commit c20894d

Please sign in to comment.