mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 16:45:35 +00:00
10 lines
123 B
Text
10 lines
123 B
Text
|
# This is a -*-perl-*- script
|
||
|
#
|
||
|
# Set variables for Windows systems.
|
||
|
|
||
|
%CONFIG_FLAGS = (
|
||
|
USE_SYSTEM_GLOB => 'no'
|
||
|
);
|
||
|
|
||
|
1;
|