summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-05-19 13:49:07 +0200
committerNicholas Clark <nick@ccl4.org>2009-05-19 13:49:07 +0200
commit2b1d1392b607905ceba6df972064ea1ea6777ba8 (patch)
tree674cb02015cefe598efc7769b017f01869cf2dd6 /Makefile.SH
parentd85f917eae8ded4d020f0addd35e5aa488f2c0c0 (diff)
downloadperl-2b1d1392b607905ceba6df972064ea1ea6777ba8.tar.gz
Pass the output file name to generate_uudmap, and open it within the code,
instead of having the calling Makefile redirect stdout.
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index f8a115f666..94c1238ff7 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -575,7 +575,7 @@ perlmini\$(OBJ_EXT): perlmini.c
globals\$(OBJ_EXT): uudmap.h
uudmap.h: generate_uudmap\$(HOST_EXE_EXT)
- \$(RUN) ./generate_uudmap\$(HOST_EXE_EXT) >uudmap.h
+ \$(RUN) ./generate_uudmap\$(HOST_EXE_EXT) uudmap.h
generate_uudmap\$(HOST_EXE_EXT): generate_uudmap\$(OBJ_EXT)
\$(CC) -o generate_uudmap\$(EXE_EXT) \$(LDFLAGS) generate_uudmap\$(OBJ_EXT) \$(libs)