[project @ 2002-01-23 17:51:46 by lewie]
[ghc-hetmet.git] / mk / paths.mk
index bbcdd78..1ed2ed9 100644 (file)
@@ -47,12 +47,13 @@ endif
 SRC_INSTALL_OPTS += $(INSTALL_OWNER) $(INSTALL_GROUP)
 
 #
-# Invocations of `install' for the three different classes
+# Invocations of `install' for the four different classes
 # of targets:
 #
 
 INSTALL_PROGRAM = $(INSTALL) -m 755
 INSTALL_SCRIPT  = $(INSTALL) -m 755
+INSTALL_SHLIB   = $(INSTALL) -m 755
 INSTALL_DATA    = $(INSTALL) -m 644
 INSTALL_DIR     = $(FPTOOLS_TOP)/glafp-utils/mkdirhier/mkdirhier