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:
Joel Sherrill
2001-09-24 18:25:00 +00:00
parent dbdd7d4322
commit 8437994ab8
8 changed files with 23 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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