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:
Bryce McKinlay 2002-02-06 01:46:46 +00:00 committed by Bryce McKinlay
parent 73c342b9c8
commit 8c78e3a3cd
4 changed files with 24 additions and 10 deletions

View file

@ -14,7 +14,7 @@ details. */
#include <string.h>
#include <stdlib.h>
#include "posix.h"
#include "platform.h"
#ifdef HAVE_PWD_H
#include <pwd.h>