forked from Imagelibrary/rtems
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
|
||||
if HAS_MP
|
||||
GENERIC_MP_REL_FILES = shmdr
|
||||
endif
|
||||
GENERIC_FILES += $(GENERIC_MP_REL_FILES)
|
||||
GENERIC_FILES = $(GENERIC_MP_REL_FILES)
|
||||
|
||||
if HAS_MP
|
||||
BSP_MP_O_FILES = shmsupp
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
if HAS_MP
|
||||
GENERIC_MP_REL_PIECES = shmdr
|
||||
endif
|
||||
GENERIC_PIECES += $(GENERIC_MP_REL_PIECES)
|
||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
||||
|
||||
if HAS_MP
|
||||
BSP_MP_O_PIECES = shmsupp
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
if HAS_MP
|
||||
GENERIC_MP_REL_PIECES = shmdr
|
||||
endif
|
||||
GENERIC_PIECES += $(GENERIC_MP_REL_PIECES)
|
||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
||||
|
||||
if HAS_MP
|
||||
BSP_MP_O_PIECES = shmsupp
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
|
||||
happy.
|
||||
|
||||
2001-08-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/clock.c: Ensure that clock ticks are long enough to
|
||||
|
||||
@@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
if HAS_MP
|
||||
GENERIC_MP_REL_PIECES = shmdr
|
||||
endif
|
||||
GENERIC_PIECES += $(GENERIC_MP_REL_PIECES)
|
||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
||||
|
||||
if HAS_MP
|
||||
BSP_MP_O_PIECES = shmsupp
|
||||
|
||||
Reference in New Issue
Block a user