From: rrt Date: Mon, 27 Nov 2000 10:52:29 +0000 (+0000) Subject: [project @ 2000-11-27 10:52:29 by rrt] X-Git-Tag: Approximately_9120_patches~3250 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7bf6200f9dd8871d9a2b95a736d29a4bcefca892 [project @ 2000-11-27 10:52:29 by rrt] Removed vsgml->sgml rule: we no longer have vsgml. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index a65d898..074b22a 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -195,10 +195,6 @@ endif #----------------------------------------------------------------------------- # SGML suffix rules # -%.sgml : %.vsgml - @$(RM) $@ - expand $< | $(SGMLVERB) > $@ - %.dvi : %.sgml @$(RM) $@ $(SGML2DVI) $(SGML2DVI_OPTS) $<