From Bruno Haible.
+2000-07-28 Tom Tromey <tromey@cygnus.com>
+
+ * lisp.am (uninstall-@DIR@LISP): Prefix file with $(DESTDIR).
+ From Bruno Haible.
+
2000-07-13 Kevin Ryde <user42@zip.com.au>
* automake.in (am_install_var): Apply the $(EXEEXT) hack to
Brendan O'Dea bod@compusol.com.au
Brian Ford ford@vss.fsi.com
Brian Jones cbj@nortel.net
+Bruno Haible haible@ilog.fr
Chris Provenzano proven@io.proven.org
Dave Morrison dave@bnl.gov
David A. Swierczek swiercze@mr.med.ge.com
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
BASE f="`echo $$p | sed -e 's|^.*/||'`"; \
NOBASE f="$$p"; \
echo " rm -f $(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c"; \
- rm -f $(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c; \
+ rm -f $(DESTDIR)$(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c; \
done
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
BASE f="`echo $$p | sed -e 's|^.*/||'`"; \
NOBASE f="$$p"; \
echo " rm -f $(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c"; \
- rm -f $(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c; \
+ rm -f $(DESTDIR)$(@NDIR@dir)/$$f $(DESTDIR)$(@NDIR@dir)/$${f}c; \
done