Commit 5b10227642de122aec126d8002ccdd22392119a6
1 parent
0bcc371b
Exists in
master
and in
3 other branches
Limpando sessões sem uso nos makefiles
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
Makefile.in
... | ... | @@ -142,13 +142,6 @@ $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(foreach SRC, $(basenam |
142 | 142 | @$(MKDIR) `dirname $@` |
143 | 143 | $(LD) -pthread -o $@ $^ $(LIBS) |
144 | 144 | |
145 | -$(DEBDIR)/lib3270.install: Makefile | |
146 | - @echo " GEN `basename $@`" | |
147 | - @$(MKDIR) `dirname $@` | |
148 | - @echo "$(libdir)/lib3270@DLLEXT@.@VERSION@" > $@ | |
149 | - @echo "$(libdir)/lib3270@DLLEXT@.@MAJOR_VERSION@" >> $@ | |
150 | - @echo "$(libdir)/lib3270@DLLEXT@" >> $@ | |
151 | - | |
152 | 145 | $(BINDIR)/pot/lib3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$(SRC).pot) |
153 | 146 | @rm -f $@ |
154 | 147 | @mkdir -p `dirname $@` | ... | ... |