From: simonmar Date: Mon, 24 Jun 2002 14:35:44 +0000 (+0000) Subject: [project @ 2002-06-24 14:35:44 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1937 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=46031a35867ea145bfeb19d1afa006c5d6c9d1c4;hp=0384059f88952b61430bcbfdd201bc54ace8de94;p=ghc-hetmet.git [project @ 2002-06-24 14:35:44 by simonmar] comment updates only --- diff --git a/mk/paths.mk b/mk/paths.mk index ceb01b4..50c26e1 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -22,6 +22,7 @@ # INSTALL_LIBS (installed in $(libdir)) # INSTALL_LIBEXECS (installed in $(libexecdir)) # INSTALL_DATAS (installed in $(datadir)) +# INSTALL_IFACES (installed in $(ifacedir)) # # see target.mk for more information. # @@ -61,9 +62,6 @@ INSTALL_DIR = $(FPTOOLS_TOP)/glafp-utils/mkdirhier/mkdirhier # The install variables does not have any defaults, # what files to install have to be specified in the Makefiles. # -#INSTALL_PROGS += $(HS_PROG) $(C_PROG) -#INSTALL_LIBS += $(LIBRARY) -#INSTALL_DATAS += $(HS_IFACES) ################################################################################# #