From: simonpj Date: Mon, 14 Apr 2003 13:15:52 +0000 (+0000) Subject: [project @ 2003-04-14 13:15:52 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~962 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8935b30a4872984cd4f3f52222812755065f3cec [project @ 2003-04-14 13:15:52 by simonpj] Remove -- option for HSTAGS for tags target, now that we are using hasktags instead --- diff --git a/mk/target.mk b/mk/target.mk index 209f407..286febd 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -885,7 +885,7 @@ tags TAGS:: $(TAGS_HS_SRCS) $(TAGS_C_SRCS) @$(RM) TAGS @touch TAGS ifneq "$(TAGS_HS_SRCS)" "" - $(HSTAGS) $(HSTAGS_OPTS) -- $(TAGS_HS_SRCS) + $(HSTAGS) $(HSTAGS_OPTS) $(TAGS_HS_SRCS) endif ifneq "$(TAGS_C_SRCS)" "" etags -a $(TAGS_C_SRCS)