From 6d77078d67eccfac4f8c710fe18d91ff5435e1f6 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 21 Jan 2002 17:54:48 +0000 Subject: [PATCH] Remove GSConfig.h and mframe.h when uninstalling git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12168 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.postamble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index d07a4a1ac..a04024c93 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -88,6 +88,8 @@ after-uninstall:: for file in $(UNICODE_HEADERS); do \ rm $(GNUSTEP_HEADERS)/gnustep/$$file ; \ done + rm $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/GSConfig.h + rm $(GNUSTEP_HEADERS)/$(GNUSTEP_TARGET_DIR)/mframe.h # Things to do before cleaning # before-clean::