mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 06:19:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
855 B
Diff
21 lines
855 B
Diff
--- gdbm-1.8.3/Makefile.in.orig 2006-02-16 15:17:25.000000000 +0000
|
|
+++ gdbm-1.8.3/Makefile.in 2006-02-16 15:18:08.000000000 +0000
|
|
@@ -131,7 +131,7 @@
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \
|
|
$(DESTDIR)$(includedir) $(DESTDIR)$(man3dir) \
|
|
$(DESTDIR)$(infodir)
|
|
- $(LIBTOOL) $(INSTALL) -c libgdbm.la $(DESTDIR)$(libdir)/libgdbm.la
|
|
+ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm.la $(DESTDIR)$(libdir)/libgdbm.la
|
|
$(INSTALL_DATA) gdbm.h \
|
|
$(DESTDIR)$(includedir)/gdbm.h
|
|
$(INSTALL_DATA) $(srcdir)/gdbm.3 \
|
|
@@ -142,7 +142,7 @@
|
|
install-compat:
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \
|
|
$(DESTDIR)$(includedir)
|
|
- $(LIBTOOL) $(INSTALL) -c libgdbm_compat.la \
|
|
+ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm_compat.la \
|
|
$(DESTDIR)$(libdir)/libgdbm_compat.la
|
|
$(INSTALL_DATA) $(srcdir)/dbm.h \
|
|
$(DESTDIR)$(includedir)/dbm.h
|