From b750b9037b5c4c2a08a35cdb8cb7bca3a03bf9a2 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 23 Nov 2011 10:06:29 +0000 Subject: [PATCH] Atualizações anteriores haviam quebrado a versão linux --- latest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Makefile.in b/latest/Makefile.in index 3be6e90..2a6086d 100644 --- a/latest/Makefile.in +++ b/latest/Makefile.in @@ -357,7 +357,7 @@ Debug: $(BINDIR)/Debug/$(PACKAGE_NAME)@EXEEXT@ \ $(foreach LIB, $(LIBRARIES), $(BINDIR)/Debug/$(LIB)@DLLEXT@) run: Debug - @PATH="$(PATH):.bin/Debug/lib" $(BINDIR)/Debug/$(PACKAGE_NAME).exe --program-data="$(PWD)" --model=5 --plugin-path=$(BINDIR)/Debug/plugins + @PATH="$(PATH):.bin/Debug/lib" $(BINDIR)/Debug/$(PACKAGE_NAME)@EXEEXT@ --program-data="$(PWD)" --model=5 --plugin-path=$(BINDIR)/Debug/plugins distclean: clean @$(MAKE) -C src/lib distclean -- libgit2 0.21.2