mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOControl/Makefile.postamble
* EOAccess/Makefile.postamble * EOInterface/Makefile.postamble (after-uninstall::) Remove make file fragments. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1f4226c8e
commit
2bcaaa2c11
4 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-02-18 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* EOControl/Makefile.postamble
|
||||
* EOAccess/Makefile.postamble
|
||||
* EOInterface/Makefile.postamble
|
||||
(after-uninstall::) Remove make file fragments.
|
||||
|
||||
2009-02-17 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* EOAccess/EOEntityPriv.h: Remove
|
||||
|
|
|
@ -51,7 +51,8 @@ after-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary
|
|||
# before-uninstall::
|
||||
|
||||
# Things to do after uninstalling
|
||||
# after-uninstall::
|
||||
after-uninstall::
|
||||
rm -f $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.EOAccess.make
|
||||
|
||||
# Things to do before cleaning
|
||||
# before-clean::
|
||||
|
|
|
@ -51,7 +51,8 @@ after-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary
|
|||
# before-uninstall::
|
||||
|
||||
# Things to do after uninstalling
|
||||
# after-uninstall::
|
||||
after-uninstall::
|
||||
rm -f $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.EOControl.make
|
||||
|
||||
# Things to do before cleaning
|
||||
# before-clean::
|
||||
|
|
|
@ -51,7 +51,8 @@ after-install:: $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary
|
|||
# before-uninstall::
|
||||
|
||||
# Things to do after uninstalling
|
||||
# after-uninstall::
|
||||
after-uninstall::
|
||||
rm -f $(DESTDIR)$(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.EOInterface.make
|
||||
|
||||
# Things to do before cleaning
|
||||
# before-clean::
|
||||
|
|
Loading…
Reference in a new issue