summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2007-06-30 01:38:07 +0200
committerYves Orton <demerphq@gmail.com>2007-06-30 15:37:41 +0000
commitf7819f85d6af0dcf9114284a4fe5ef21855e4e5a (patch)
tree0f20f81b6e703acd015e53b4400a73956f2cf7a4 /win32
parentc4a7531db1b7667c9d43fd3494f5bbf4901ff149 (diff)
downloadperl-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/Makefile2
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