From e6529eaa07f4ef1c56b0b51680e6e95f4dcc58e5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Apr 2004 13:00:05 +0000 Subject: 2004-04-08 Ralf Corsepius * Makefile.am: Build main.o for !HAS_CXX. Set EXEEXT = (Workaround to a bug in automake). --- c/src/lib/libbsp/unix/posix/ChangeLog | 5 +++++ c/src/lib/libbsp/unix/posix/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/unix/posix') diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog index 1da0eb4ae6..37847dafb8 100644 --- a/c/src/lib/libbsp/unix/posix/ChangeLog +++ b/c/src/lib/libbsp/unix/posix/ChangeLog @@ -1,3 +1,8 @@ +2004-04-08 Ralf Corsepius + + * Makefile.am: Build main.o for !HAS_CXX. + Set EXEEXT = (Workaround to a bug in automake). + 2004-04-01 Ralf Corsepius * include/bsp.h: Include instead of . diff --git a/c/src/lib/libbsp/unix/posix/Makefile.am b/c/src/lib/libbsp/unix/posix/Makefile.am index e8bf246915..cb46be7be7 100644 --- a/c/src/lib/libbsp/unix/posix/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/Makefile.am @@ -4,6 +4,8 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal +EXEEXT = + # wrapup is the one that actually builds and installs the library # from the individual .rel files built in other directories SUBDIRS = . tools @@ -22,8 +24,6 @@ noinst_DATA = nodist_include_HEADERS += ../../shared/include/coverhd.h -AM_CFLAGS += $(LIBC_DEFINES) - project_lib_DATA = if HAS_CXX @@ -45,7 +45,7 @@ EXTRA_PROGRAMS += startup.rel CLEANFILES += startup.rel startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ startup/bspstart.c startup/setvec.c -if HAS_CXX +if !HAS_CXX startup_rel_SOURCES += startup/main.c endif -- cgit v1.2.3