diff options
author | Mladen Turk <mturk@apache.org> | 2004-11-29 11:11:22 +0100 |
---|---|---|
committer | Mladen Turk <mturk@apache.org> | 2004-11-29 11:11:22 +0100 |
commit | c8ffb083c3bb3d0862a1281d5c5eb94b03ffa414 (patch) | |
tree | 175196f027c44eb398eabc3037a494d43529cba6 /srclib | |
parent | Add missing pcreposix.h from vendor/pcre/5.0. (diff) | |
download | apache2-c8ffb083c3bb3d0862a1281d5c5eb94b03ffa414.tar.xz apache2-c8ffb083c3bb3d0862a1281d5c5eb94b03ffa414.zip |
dftables now uses output file as command line param.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/pcre.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srclib/pcre/pcre.dsp b/srclib/pcre/pcre.dsp index fab5d17a41..c136c81499 100644 --- a/srclib/pcre/pcre.dsp +++ b/srclib/pcre/pcre.dsp @@ -93,7 +93,7 @@ SOURCE=.\dftables.exe InputPath=.\dftables.exe ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - .\dftables.exe >.\chartables.c + .\dftables.exe chartables.c # End Custom Build @@ -103,7 +103,7 @@ InputPath=.\dftables.exe InputPath=.\dftables.exe ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - .\dftables.exe >.\chartables.c + .\dftables.exe chartables.c # End Custom Build |