wrc: Drop hardcoded INCLUDEDIR.
INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
This commit is contained in:
parent
f4ff08f483
commit
277aba1d76
|
@ -44,10 +44,6 @@
|
|||
#include "parser.h"
|
||||
#include "wine/wpp.h"
|
||||
|
||||
#ifndef INCLUDEDIR
|
||||
#define INCLUDEDIR "/usr/local/include/wine"
|
||||
#endif
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define ENDIAN "big"
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue