Install shared objects as programs, not data.

This commit is contained in:
steve
2002-11-05 02:14:41 +00:00
parent 06a8087cb5
commit b4e8ea5a0c
6 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.11 2002/09/27 16:33:34 steve Exp $"
#ident "$Id: Makefile.in,v 1.12 2002/11/05 02:14:41 steve Exp $"
#
#
SHELL = /bin/sh
@@ -78,7 +78,7 @@ check: all
install: all installdirs $(libdir)/ivl/vvp.tgt
$(libdir)/ivl/vvp.tgt: ./vvp.tgt
$(INSTALL_DATA) ./vvp.tgt $(libdir)/ivl/vvp.tgt
$(INSTALL_PROGRAM) ./vvp.tgt $(libdir)/ivl/vvp.tgt
installdirs: ../mkinstalldirs