diff options
author | Bruce Korb <bkorb@gnu.org> | 2000-05-19 14:15:24 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-05-19 14:15:24 +0000 |
commit | da6d3adf1e660ce6b7da0d422395664faded45cf (patch) | |
tree | 4106030b50a274de7cd09399962355987b57cc70 /gcc/fixinc/fixincl.x | |
parent | f2b339813f835813cd5a675d86c5a6342aa043e2 (diff) | |
download | gcc-da6d3adf1e660ce6b7da0d422395664faded45cf.zip gcc-da6d3adf1e660ce6b7da0d422395664faded45cf.tar.gz gcc-da6d3adf1e660ce6b7da0d422395664faded45cf.tar.bz2 |
test_text cleanups
From-SVN: r34020
Diffstat (limited to 'gcc/fixinc/fixincl.x')
-rw-r--r-- | gcc/fixinc/fixincl.x | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gcc/fixinc/fixincl.x b/gcc/fixinc/fixincl.x index f5bcac4..a81d50a 100644 --- a/gcc/fixinc/fixincl.x +++ b/gcc/fixinc/fixincl.x @@ -2291,13 +2291,8 @@ tTestDesc aM88k_Multi_InclTests[] = { /* * Fix Command Arguments for M88k_Multi_Incl */ -const char* apzM88k_Multi_InclPatch[] = { "sh", "-c", - "echo Fixing $file, to protect against multiple inclusion. >&2\n\ - cpp_wrapper=`echo $file | sed -e 's,\\.,_,g' -e 's,/,_,g'`\n\ - echo \"#ifndef __GCC_GOT_${cpp_wrapper}_\"\n\ - echo \"#define __GCC_GOT_${cpp_wrapper}_\"\n\ - cat\n\ - echo \"#endif /* ! __GCC_GOT_${cpp_wrapper}_ */\"", +const char* apzM88k_Multi_InclPatch[] = { + "wrap", (char*)NULL }; /* * * * * * * * * * * * * * * * * * * * * * * * * * @@ -5070,7 +5065,7 @@ tFixDesc fixDescList[ FIX_COUNT ] = { { zM88k_Multi_InclName, zM88k_Multi_InclList, apzM88k_Multi_InclMachs, - M88K_MULTI_INCL_TEST_CT, FD_MACH_ONLY | FD_SHELL_SCRIPT, + M88K_MULTI_INCL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE, aM88k_Multi_InclTests, apzM88k_Multi_InclPatch }, { zMachine_Ansi_H_Va_ListName, zMachine_Ansi_H_Va_ListList, |