* PrinterTypes/GNUmakefile.postamble: Add -f option to rm in

uninstall of resource files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2003-06-20 08:40:00 +00:00
parent e617e90164
commit f035070907
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-06-21 David Ayers <d.ayers@inode.at>
* PrinterTypes/GNUmakefile.postamble: Add -f option to rm in
uninstall of resource files.
2003-06-17 Adam Fedor <fedor@gnu.org>
* GNUmakefile (SUBPROJECTS): Add Documentation

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# GNUmakefile.postamble
#
# Copyright (C) 1997 Free Software Foundation, Inc.
@ -68,7 +68,7 @@ after-uninstall::
rm -rf $(PPD_INSTALL_DIR)/$$file ; \
done
for file in $(RESOURCE_FILES); do \
rm $(RES_INSTALL_DIR)/$$file ; \
rm -f $(RES_INSTALL_DIR)/$$file ; \
done
# Things to do before cleaning