From 5b10227642de122aec126d8002ccdd22392119a6 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 11 Jul 2013 12:43:07 +0000 Subject: [PATCH] Limpando sessões sem uso nos makefiles --- Makefile.in | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1c1ffe7..fa249d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,13 +142,6 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam @$(MKDIR) `dirname $@` $(LD) -pthread -o $@ $^ $(LIBS) -$(DEBDIR)/lib3270.install: Makefile - @echo " GEN `basename $@`" - @$(MKDIR) `dirname $@` - @echo "$(libdir)/lib3270@DLLEXT@.@VERSION@" > $@ - @echo "$(libdir)/lib3270@DLLEXT@.@MAJOR_VERSION@" >> $@ - @echo "$(libdir)/lib3270@DLLEXT@" >> $@ - $(BINDIR)/pot/lib3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$(SRC).pot) @rm -f $@ @mkdir -p `dirname $@` -- libgit2 0.21.2