summaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-18 06:41:40 -0800
committerYamaArashi <shadow962@live.com>2016-02-18 06:41:40 -0800
commit0c0db63ca2f851b53e8f32b381f3f613b597ccff (patch)
tree53e9236d58c802533da28ef396c362aaa459076b /gcc/genpeep.c
parent9cc5f8edb21ac07bff87def5155ee71dff449e37 (diff)
stop using configure script to generate header files
Diffstat (limited to 'gcc/genpeep.c')
-rwxr-xr-xgcc/genpeep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 612fd90..01991c3 100755
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "hconfig.h"
+#include "config.h"
#include "system.h"
#include "rtl.h"
#include "obstack.h"