Commit c8028070ec7e8d0e99eaff71bbbaa94c3b878f6c
1 parent
951e9fcd
Exists in
master
and in
5 other branches
Gerando pacote sles
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
Makefile.in
src/pw3270/Makefile.in
| ... | ... | @@ -158,6 +158,10 @@ $(BINDIR)/pot/pw3270.pot: $(foreach SRC, $(basename $(SOURCES)), $(TMPDIR)/pot/$ |
| 158 | 158 | @mkdir -p `dirname $@` |
| 159 | 159 | @$(MSGCAT) --sort-output $^ > $@ |
| 160 | 160 | |
| 161 | +distclean: clean | |
| 162 | + @rm -f $(PACKAGE_NAME).png | |
| 163 | + @rm -f $(PACKAGE_NAME)-logo.png | |
| 164 | + | |
| 161 | 165 | clean: clean-common |
| 162 | 166 | @rm -f v3270/marshal.c |
| 163 | 167 | @rm -f v3270/marshal.h |
| ... | ... | @@ -165,7 +169,5 @@ clean: clean-common |
| 165 | 169 | @rm -fr uiparser/.obj |
| 166 | 170 | @rm -fr v3270/.bin |
| 167 | 171 | @rm -fr v3270/.obj |
| 168 | - @rm -f $(PACKAGE_NAME).png | |
| 169 | - @rm -f $(PACKAGE_NAME)-logo.png | |
| 170 | 172 | @rm -f $(PACKAGE_NAME).desktop |
| 171 | 173 | ... | ... |