X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Finstall.mk.in;h=d1bce874a67c3cb7ecbab495562ec69ca9af66ac;hb=f65bf7559b3e92607cfcf7a334e9994891dd9c32;hp=3aed8b77be2814bbf55e6b8b07a3b86fd2fc3428;hpb=f35b012e13cea7815831973fbdb6b5e974973cd3;p=ghc-hetmet.git diff --git a/mk/install.mk.in b/mk/install.mk.in index 3aed8b7..d1bce87 100644 --- a/mk/install.mk.in +++ b/mk/install.mk.in @@ -133,8 +133,8 @@ INSTALL_GROUP = # Invocations of `install' for the four different classes # of targets: # -CREATE_SCRIPT = create () { touch $$1 && chmod 755 $$1 ; } && create -CREATE_DATA = create () { touch $$1 && chmod 644 $$1 ; } && create +CREATE_SCRIPT = create () { touch "$$1" && chmod 755 "$$1" ; } && create +CREATE_DATA = create () { touch "$$1" && chmod 644 "$$1" ; } && create INSTALL_PROGRAM = $(INSTALL) -m 755 INSTALL_SCRIPT = $(INSTALL) -m 755 INSTALL_SHLIB = $(INSTALL) -m 755