-DPLATFORM and -DCFLAGS command line arguments are no longer used.
authorBodo Möller <bodo@openssl.org>
Mon, 26 Jul 1999 11:56:18 +0000 (11:56 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 26 Jul 1999 11:56:18 +0000 (11:56 +0000)
util/mk1mf.pl
util/pl/BC-32.pl
util/pl/Mingw32.pl
util/pl/Mingw32f.pl

index 0afc3c67363d2aabb3cfed673e2b99d02835a0be..90f2dfca06cf0d46eba67d82f48f75f6586b7d5e 100755 (executable)
@@ -730,8 +730,6 @@ sub cc_compile_target
        local($target,$source,$ex_flags)=@_;
        local($ret);
        
-       # EAY EAY
-       $ex_flags.=' -DCFLAGS="\"$(CC) $(CFLAG)\"" -DPLATFORM="\"$(PLATFORM)\""' if ($source =~ /cversion/ and $dcflags ne 'n');
        $target =~ s/\//$o/g if $o ne "/";
        $source =~ s/\//$o/g if $o ne "/";
        $ret ="$target: \$(SRC_D)$o$source\n\t";
index a62cce37bc24c1cfc3d24bac0b80bcaee337671a..09c45a21a6becbbd95e743b475f3c0221e4997ac 100644 (file)
@@ -20,7 +20,6 @@ $tmp_def="tmp32";
 $inc_def="inc32";
 #enable max error messages, disable most common warnings
 $cflags="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl  -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
-$dcflags='n';
 if ($debug)
 {
     $cflags.="-Od -y -v -vi- -D_DEBUG";
index a47a961c27437549dfa4625667e87e59e3bb93f2..e93fa58479b6667ae93f104383088305dae29d90 100644 (file)
@@ -20,7 +20,6 @@ if ($debug)
        { $cflags="-g2 -ggdb"; }
 else
        { $cflags="-O3 -fomit-frame-pointer"; }
-$dcflags='n'; # Make can't handle -DCFLAGS definition
 
 $obj='.o';
 $ofile='-o ';
index 8d8ad96f910d37f20e7bb6850f9e1dd995f5b199..a53c537646cb2a9b8eade2bd6c4b9d7998cad9d6 100644 (file)
@@ -14,7 +14,6 @@ if ($debug)
        { $cflags="-g2 -ggdb"; }
 else
        { $cflags="-O3 -fomit-frame-pointer"; }
-$dcflags='n'; # Make can't handle -DCFLAGS definition
 
 $obj='.o';
 $ofile='-o ';