diff options
author | Jan Dubois <jand@activestate.com> | 2010-09-05 12:13:21 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-09-05 12:13:21 -0700 |
commit | d9fb832bf6971cb51990c05cdb430723f6f9ec12 (patch) | |
tree | 90fb65f52c50b6d2990065bd7fe47737d3efe435 /win32 | |
parent | f1a7422f0978079a8d0d4faf7e794e0305d7ed39 (diff) | |
download | perl-d9fb832bf6971cb51990c05cdb430723f6f9ec12.tar.gz |
Remove duplicate command to rebuild uudmap.h
Fixes 6999193b
(was only broken for win32/Makefile, but not for win32/makefile.mk)
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index beb3913033..4a52c01294 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -980,7 +980,6 @@ $(X2P) : $(MINIPERL) $(X2P_OBJ) Extensions $(MINIDIR)\globals$(o) : $(UUDMAP_H) $(BITCOUNT_H) $(UUDMAP_H) : $(BITCOUNT_H) - $(GENUUDMAP) $(UUDMAP_H) $(BITCOUNT_H) $(BITCOUNT_H) : $(GENUUDMAP) $(GENUUDMAP) $(UUDMAP_H) $(BITCOUNT_H) |