From c8028070ec7e8d0e99eaff71bbbaa94c3b878f6c Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 11 Jun 2012 14:14:17 +0000 Subject: [PATCH] Gerando pacote sles --- Makefile.in | 1 + src/pw3270/Makefile.in | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index fe82989..2d397ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -248,6 +248,7 @@ clean: @rm -f *.log distclean: clean + @make -C src/pw3270 distclean @rm -f src/pw3270/Makefile @rm -f config.status @rm -f src/lib3270/mkversion.sh diff --git a/src/pw3270/Makefile.in b/src/pw3270/Makefile.in index ec7cd2f..29d8924 100644 --- a/src/pw3270/Makefile.in +++ b/src/pw3270/Makefile.in @@ -158,6 +158,10 @@ $(BINDIR)/pot/pw3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$ @mkdir -p `dirname $@` @$(MSGCAT) --sort-output $^ > $@ +distclean: clean + @rm -f $(PACKAGE_NAME).png + @rm -f $(PACKAGE_NAME)-logo.png + clean: clean-common @rm -f v3270/marshal.c @rm -f v3270/marshal.h @@ -165,7 +169,5 @@ clean: clean-common @rm -fr uiparser/.obj @rm -fr v3270/.bin @rm -fr v3270/.obj - @rm -f $(PACKAGE_NAME).png - @rm -f $(PACKAGE_NAME)-logo.png @rm -f $(PACKAGE_NAME).desktop -- libgit2 0.21.2