]> gcc.gnu.org Git - gcc.git/blame - gcc/fixinc/genfixes
Shell script to create the generated files
[gcc.git] / gcc / fixinc / genfixes
CommitLineData
49246082
BK
1#! /bin/sh
2
3echo AutoGen-ing inclhack.sh
4autogen inclhack.def
5
6echo AutoGen-ing fixincl.x
7autogen -T fixincl.tpl -b fixincl inclhack.def
8
9echo AutoGen-ing fixincl.sh
10autogen -DPROGRAM=1 -b fixincl inclhack.def
This page took 0.030619 seconds and 5 git commands to generate.