From: simonmar Date: Fri, 11 Apr 2003 12:24:30 +0000 (+0000) Subject: [project @ 2003-04-11 12:24:30 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~970 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=194dd6330a48974e05ecfc025319913430b69047;p=ghc-hetmet.git [project @ 2003-04-11 12:24:30 by simonmar] remove spurious backslash --- diff --git a/mk/paths.mk b/mk/paths.mk index 070424d..56df65a 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -139,7 +139,7 @@ HAPPY_SRCS = $(HAPPY_Y_SRCS) $(HAPPY_LY_SRCS) DERIVED_GC_SRCS = $(patsubst %.gc, %.hs, $(GC_SRCS)) \ $(patsubst %.gc, %_stub_ffi.c, $(GC_SRCS)) \ - $(patsubst %.gc, %_stub_ffi.h, $(GC_SRCS)) \ + $(patsubst %.gc, %_stub_ffi.h, $(GC_SRCS)) DERIVED_HSC_SRCS = $(patsubst %.hsc, %.hs, $(HSC_SRCS)) \ $(patsubst %.hsc, %_hsc.c, $(HSC_SRCS)) \