diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-05-19 13:49:07 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-05-19 13:49:07 +0200 |
commit | 2b1d1392b607905ceba6df972064ea1ea6777ba8 (patch) | |
tree | 674cb02015cefe598efc7769b017f01869cf2dd6 /win32/makefile.mk | |
parent | d85f917eae8ded4d020f0addd35e5aa488f2c0c0 (diff) | |
download | perl-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 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index a6ab156cd7..c5abb46b29 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1301,7 +1301,7 @@ $(X2P) : $(MINIPERL) $(X2P_OBJ) $(MINIDIR)\globals$(o) : $(UUDMAP_H) $(UUDMAP_H) : $(GENUUDMAP) - $(GENUUDMAP) >$(UUDMAP_H) + $(GENUUDMAP) $(UUDMAP_H) $(GENUUDMAP) : $(GENUUDMAP_OBJ) .IF "$(CCTYPE)" == "BORLAND" |