diff options
author | Abigail <abigail@abigail.be> | 2007-06-30 01:38:07 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2007-06-30 15:37:41 +0000 |
commit | f7819f85d6af0dcf9114284a4fe5ef21855e4e5a (patch) | |
tree | 0f20f81b6e703acd015e53b4400a73956f2cf7a4 /win32 | |
parent | c4a7531db1b7667c9d43fd3494f5bbf4901ff149 (diff) | |
download | perl-f7819f85d6af0dcf9114284a4fe5ef21855e4e5a.tar.gz |
/p vs (?p)
Date: Fri, 29 Jun 2007 23:38:07 +0200
Message-ID: <20070629213807.GA14454@abigail.nl>
Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
From: Abigail <abigail@abigail.be>
Date: Sat, 30 Jun 2007 01:24:36 +0200
Message-ID: <20070629232436.GA15326@abigail.nl>
Plus tweaks, and debug enahancements.
p4raw-id: //depot/perl@31506
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 195ca49631..001c7f380a 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -818,7 +818,7 @@ all : .\config.h $(GLOBEXE) $(MINIMOD) $(CONFIGPM) $(UNIDATAFILES) $(PERLEXE) \ $(X2P) MakePPPort Extensions $(PERLSTATIC) @echo Everything is up to date. '$(MAKE_BARE) test' to run test suite. -..\regnodes.h : ..\regcomp.sym +..\regnodes.h : ..\regcomp.sym ..\regcomp.pl ..\regexp.h cd .. regcomp.pl cd win32 |