]> granicus.if.org Git - apache/commitdiff
dftables now uses output file as command line param.
authorMladen Turk <mturk@apache.org>
Mon, 29 Nov 2004 10:11:22 +0000 (10:11 +0000)
committerMladen Turk <mturk@apache.org>
Mon, 29 Nov 2004 10:11:22 +0000 (10:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106900 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/pcre.dsp

index fab5d17a41eda7102472bb6eb1385626baf3cad6..c136c8149976c0eb835566231cc5a37a02529cfe 100644 (file)
@@ -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