* 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:
David Ayers 2009-02-18 05:09:35 +00:00
parent f7ceba56ed
commit 0cba21bb90
4 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -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::

View file

@ -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::

View file

@ -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::