changeset 5223:ef1ac9acc43e

[project @ 2005-03-17 17:25:40 by jwe]
author jwe
date Thu, 17 Mar 2005 17:26:34 +0000
parents 8d95c4573f96
children 552d7a7a0819
files libcruft/ChangeLog libcruft/Makerules.in
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/ChangeLog	Thu Mar 17 16:15:25 2005 +0000
+++ b/libcruft/ChangeLog	Thu Mar 17 17:26:34 2005 +0000
@@ -1,3 +1,7 @@
+2005-03-17  Andy Adler  <adler@site.uottawa.ca>
+
+	* Makerules.in (install-strip): Include double-colon target here too.
+
 2005-03-09  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (bin-dist): Delete target.
--- a/libcruft/Makerules.in	Thu Mar 17 16:15:25 2005 +0000
+++ b/libcruft/Makerules.in	Thu Mar 17 17:26:34 2005 +0000
@@ -64,6 +64,9 @@
 install:: all
 .PHONY: install
 
+install-strip:: all
+.PHONY: install-strip
+
 uninstall::
 .PHONY: uninstall