Make builds that use stage1 use "dist-install" consistently. This
[ghc-hetmet.git] / utils / ghctags / ghc.mk
index 7bf8a73..73a5201 100644 (file)
@@ -10,8 +10,8 @@
 #
 # -----------------------------------------------------------------------------
 
-utils/ghctags_dist_MODULES = Main
-utils/ghctags_dist_HC_OPTS = -package ghc
-utils/ghctags_dist_INSTALL = NO
-utils/ghctags_dist_PROG    = ghctags$(exeext)
-$(eval $(call build-prog,utils/ghctags,dist,2))
+utils/ghctags_dist-install_MODULES = Main
+utils/ghctags_dist-install_HC_OPTS = -package ghc
+utils/ghctags_dist-install_INSTALL = NO
+utils/ghctags_dist-install_PROG    = ghctags$(exeext)
+$(eval $(call build-prog,utils/ghctags,dist-install,2))