From d061776c476ef6f161749b27c3b4bda551c42c38 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 5 Mar 2005 13:54:36 +0000 Subject: [PATCH] [project @ 2005-03-05 13:54:36 by panne] Clean up Version.hs for distclean target --- ghc/utils/ghc-pkg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/utils/ghc-pkg/Makefile b/ghc/utils/ghc-pkg/Makefile index 2e23bbe..bab6a37 100644 --- a/ghc/utils/ghc-pkg/Makefile +++ b/ghc/utils/ghc-pkg/Makefile @@ -81,6 +81,8 @@ Version.hs : Makefile $(TOP)/mk/version.mk @echo "targetOS = \"$(TargetOS_CPP)\"" >> $(VERSION_HS) @echo "targetARCH = \"$(TargetArch_CPP)\"" >> $(VERSION_HS) +DIST_CLEAN_FILES += $(VERSION_HS) + # ----------------------------------------------------------------------------- # ghc-pkg script -- 1.7.10.4