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__archive__
parent
85f9734103
commit
dd85eebf22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue