diff --git a/ChangeLog b/ChangeLog index ef9c28007..37ede8cda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-21 David Ayers + + * PrinterTypes/GNUmakefile.postamble: Add -f option to rm in + uninstall of resource files. + 2003-06-17 Adam Fedor * GNUmakefile (SUBPROJECTS): Add Documentation diff --git a/PrinterTypes/GNUmakefile.postamble b/PrinterTypes/GNUmakefile.postamble index f312ba52e..5c4841d9e 100644 --- a/PrinterTypes/GNUmakefile.postamble +++ b/PrinterTypes/GNUmakefile.postamble @@ -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