Imported from ../bash-3.1.tar.gz.
[platform/upstream/bash.git] / lib / termcap / Makefile.in
index 1ed2c27..bf5639f 100644 (file)
@@ -4,7 +4,7 @@
 #                                                                 #
 ####################################################################
 
-# Copyright (C) 1996 Free Software Foundation, Inc.     
+# Copyright (C) 1996-2005 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
@@ -25,6 +25,8 @@ VPATH = .:@srcdir@
 topdir = @top_srcdir@
 BUILD_DIR = @BUILD_DIR@
 
+libdir = @libdir@
+
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
@@ -80,7 +82,7 @@ mostlyclean: clean
 distclean maintainer-clean: clean
        $(RM) Makefile
 
-$(DESTDIR)/libtermcap.a: libtermcap.a
+$(DESTDIR)$(libdir)/libtermcap.a: libtermcap.a
        ${INSTALL_DATA} -c -m 644 libtermcap.a $@
        -test -n "$(RANLIB)" && $(RANLIB) -t $@