configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.
* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES. Symlink PLATFORMH to platform.h. * Makefile.am (libgcj_la_DEPENDENCIES, libgcj_la_LIBADD): Add PLATFORMOBJS. * java/lang/natSystem.cc: #include platform.h not posix.h. * Makefile.in: Rebuilt with libgcj automake. * configure: Rebuilt. From-SVN: r49534
This commit is contained in:
committed by
Bryce McKinlay
parent
73c342b9c8
commit
8c78e3a3cd
@@ -14,7 +14,7 @@ details. */
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "posix.h"
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
||||
Reference in New Issue
Block a user