mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Make system.h private by including it from config.h autoheader.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1759 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -778,6 +778,10 @@ then
|
||||
fi
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AH_BOTTOM([
|
||||
#include "system.h"
|
||||
])
|
||||
|
||||
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#define REPLACEMENTS_H
|
||||
|
||||
#include "types.h"
|
||||
#include "system.h"
|
||||
|
||||
/* MIN,MAX macros */
|
||||
#ifndef MIN
|
||||
|
||||
Reference in New Issue
Block a user