]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install): Append "n", not ".n" to libmmalloc.a,
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Mar 2000 10:31:58 +0000 (10:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Mar 2000 10:31:58 +0000 (10:31 +0000)
since the latter loses on DOS 8+3 filesystems.

mmalloc/ChangeLog
mmalloc/Makefile.in

index 7a73a958e073b7d261c8f6d125dda9709a109929..31df15f250dc7b4457d67693c410e70e988b40f2 100644 (file)
@@ -1,3 +1,8 @@
+2000-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * Makefile.in (install): Append "n", not ".n" to libmmalloc.a,
+       since the latter loses on DOS 8+3 filesystems.
+
 Mon Feb 28 10:33:51 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * MAINTAINERS: New file.
index 91e91d500b00f4dcc14b444765defd6b4d88fee5..3c0c94e85baf5a65ae0442ed648f17f1b0de5842 100644 (file)
@@ -121,9 +121,9 @@ check: test1.c
 #      ./a.out
 
 install:       all
-               $(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB).n
-               $(RANLIB) $(libdir)/$(TARGETLIB).n
-               mv -f $(libdir)/$(TARGETLIB).n $(libdir)/$(TARGETLIB)
+               $(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n
+               $(RANLIB) $(libdir)/$(TARGETLIB)n
+               mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB)
 
 $(TARGETLIB):  $(TARGETOBJS)
                $(RM) -rf $@