mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Uninstall gui.make upon uninstall
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24887 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
21ab0deca9
commit
d603a1b429
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
2007-03-17 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* GNUmakefile.postamble (before-uninstall): Uninstall gui.make.
|
||||
* Panels/GNUmakefile.postamble (after-uninstall): Fixed uninstall
|
||||
target.
|
||||
* Source/CompatibilityHeaders.make (after-install): Use
|
||||
|
|
|
@ -57,7 +57,8 @@ before-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional
|
|||
# after-install::
|
||||
|
||||
# Things to do before uninstalling
|
||||
# before-uninstall::
|
||||
before-uninstall::
|
||||
rm -f $(DESTDIR)$(GNUSTEP_MAKEFILES)/Additional/gui.make
|
||||
|
||||
# Things to do after uninstalling
|
||||
# after-uninstall::
|
||||
|
|
Loading…
Reference in a new issue