summaryrefslogtreecommitdiff
path: root/mk/paths.mk
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-04-11 12:24:30 +0000
committersimonmar <unknown>2003-04-11 12:24:30 +0000
commit194dd6330a48974e05ecfc025319913430b69047 (patch)
tree6c34f39bc3c47beee1b068b29dd8b16966ef60c0 /mk/paths.mk
parent054aa5fa8f70de0769a4b9ee360ff89d515c89da (diff)
downloadhaskell-194dd6330a48974e05ecfc025319913430b69047.tar.gz
[project @ 2003-04-11 12:24:30 by simonmar]
remove spurious backslash
Diffstat (limited to 'mk/paths.mk')
-rw-r--r--mk/paths.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/paths.mk b/mk/paths.mk
index 070424d002..56df65a39d 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)) \