diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 16:06:39 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 16:06:39 +0000 |
commit | c0d3a8abe45e6dbab8c22f3f546390b3a33495e8 (patch) | |
tree | dee4c9e18acf2e50d29cbefe91fec56ace111766 /editors/xemacs-devel/files/patch-aa | |
parent | - Update to 0.49 (diff) |
Update to 21.5.b24
Notes
Notes:
svn path=/head/; revision=155085
Diffstat (limited to 'editors/xemacs-devel/files/patch-aa')
-rw-r--r-- | editors/xemacs-devel/files/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/xemacs-devel/files/patch-aa b/editors/xemacs-devel/files/patch-aa index 45fbafd60623..54d2e365c1e7 100644 --- a/editors/xemacs-devel/files/patch-aa +++ b/editors/xemacs-devel/files/patch-aa @@ -1,11 +1,11 @@ ---- lib-src/Makefile.in.in~ Tue Feb 8 11:54:39 2000 -+++ lib-src/Makefile.in.in Thu Sep 21 22:26:13 2000 -@@ -224,7 +224,7 @@ - (cd ${archlibdir} && \ - $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) +--- lib-src/Makefile.in.in.orig Tue Nov 22 09:14:42 2005 ++++ lib-src/Makefile.in.in Mon Dec 19 14:01:40 2005 +@@ -270,7 +270,7 @@ + cd ${bindir} && $(RM) ${PUBLIC_INSTALLABLES} + cd ${archlibdir} && $(RM) ${PRIVATE_INSTALLABLES} -.PHONY: mostlyclean clean distclean realclean extraclean +.PHONY: mostlyclean clean distclean realclean extraclean ${archlibdir} + .PHONY: distclean-noconfig realclean-noconfig extraclean-noconfig mostlyclean: - $(RM) *.o *.i core - clean: mostlyclean + -$(RM) *.o *.i core |