Commit f8b71c59 authored by Neil Schemenauer's avatar Neil Schemenauer

Process Setup* files with makesetup in the same order as the makefile.

parent 8b48cf90
......@@ -5106,7 +5106,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x;
typedef int charset[2]; const charset x = {0,0};
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
......@@ -6642,5 +6642,5 @@ fi
echo "creating Makefile"
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \
Modules/Setup Modules/Setup.local
Modules/Setup.local Modules/Setup
mv config.c Modules
......@@ -1385,5 +1385,5 @@ fi
echo "creating Makefile"
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
-s Modules Modules/Setup.config \
Modules/Setup Modules/Setup.local
Modules/Setup.local Modules/Setup
mv config.c Modules
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment