bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUG: gdbm-1.8.0, file=Makefile.in


From: Randy Zagar
Subject: BUG: gdbm-1.8.0, file=Makefile.in
Date: Tue, 28 Aug 2001 15:04:18 -0500

On Solaris-8 systems, the command "make install" incorrectly attempts
to use the system "install" command.  Line 124 in Makefile.in needs 
to be changed from

        $(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la

to

        $(LIBTOOL) ${INSTALL} -c libgdbm.la $(libdir)/libgdbm.la

Context diffs are provided below...

*** Makefile.in 2001/08/28 19:59:16     1.1
--- Makefile.in 2001/08/28 19:59:54
***************
*** 121,127 ****
  
  install: libgdbm.la gdbm.h gdbm.info
        $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir)
$(infodir)
!       $(LIBTOOL) install -c libgdbm.la $(libdir)/libgdbm.la
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h
$(includedir)/gdbm.h
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
                $(man3dir)/gdbm.3
--- 121,127 ----
  
  install: libgdbm.la gdbm.h gdbm.info
        $(srcdir)/mkinstalldirs $(libdir) $(includedir) $(man3dir)
$(infodir)
!       $(LIBTOOL) ${INSTALL} -c libgdbm.la $(libdir)/libgdbm.la
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h
$(includedir)/gdbm.h
        $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
                $(man3dir)/gdbm.3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]