X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fpaths.mk;h=1ed2ed9a3cd8ba9572bdf56487381e232b049f85;hb=d3bd93cf2747fabb8bd7c6df434c9ce98d0fc253;hp=bbcdd787d8b403fb3fd2398af98242c18f90399d;hpb=1d280b65bc1e85d27c9037fb765fa415bfad8d09;p=ghc-hetmet.git diff --git a/mk/paths.mk b/mk/paths.mk index bbcdd78..1ed2ed9 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -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