X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Ftarget.mk;h=7743c421b0d8e190827a3c60af95948a1a98953b;hp=3011f21eb032b0ca96e4b503b41e8f072c8dc321;hb=65d0aa7f89fb1aab35e3aa4980a249d9e60c1087;hpb=8b71efe0f44c79401f42c8d37ab13ce61dcf5516 diff --git a/mk/target.mk b/mk/target.mk index 3011f21..7743c42 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -459,11 +459,12 @@ endif # For each of these variables that is defined, you # get one install rule # -# INSTALL_PROGS executable programs in $(bindir) -# INSTALL_SCRIPTS executable scripts in $(bindir) -# INSTALL_LIBS platform-dependent libraries in $(libdir) (ranlib'ed) -# INSTALL_LIBEXECS platform-dependent execs in $(libdir) -# INSTALL_DATAS platform-independent files in $(datadir) +# INSTALL_PROGS executable programs in $(bindir) +# INSTALL_SCRIPTS executable scripts in $(bindir) +# INSTALL_LIBS platform-dependent libraries in $(libdir) (ranlib'ed) +# INSTALL_LIB_SCRIPTS platform-dependent scripts in $(libdir) +# INSTALL_LIBEXECS platform-dependent execs in $(libdir) +# INSTALL_DATAS platform-independent files in $(datadir) # # If the installation directory variable is undefined, the install rule simply # emits a suitable error message.