OSDN Git Service

* Makefile.in (install): Append "n", not ".n" to libmmalloc.a,
authoreliz <eliz>
Mon, 20 Mar 2000 10:31:58 +0000 (10:31 +0000)
committereliz <eliz>
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 7a73a95..31df15f 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 91e91d5..3c0c94e 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 $@