2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
	includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
	* src/m68k/any/Makefile.am: Ditto.
	* src/powerpc/new_exception_processing/Makefile.am: Ditto.
This commit is contained in:
Joel Sherrill
2001-09-24 18:30:09 +00:00
parent 0d309323fe
commit a8c829c5aa
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
* src/m68k/any/Makefile.am: Ditto.
* src/powerpc/new_exception_processing/Makefile.am: Ditto.
2001-09-14 Eric Norum <eric.norum@usask.ca>
* include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.

View File

@@ -30,6 +30,8 @@ X_FILES = remdeb.x remdeb_f.x
OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
@@ -38,8 +40,6 @@ include $(top_srcdir)/../../../automake/lib.am
# Add local stuff here using +=
#
MAINTAINERCLEANFILES += $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)

View File

@@ -30,6 +30,8 @@ X_FILES = remdeb.x remdeb_f.x
OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
@@ -38,8 +40,6 @@ include $(top_srcdir)/../../../automake/lib.am
# Add local stuff here using +=
#
MAINTAINERCLEANFILES += $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)

View File

@@ -30,6 +30,8 @@ X_FILES = remdeb.x remdeb_f.x
OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
@@ -38,8 +40,6 @@ include $(top_srcdir)/../../../automake/lib.am
# Add local stuff here using +=
#
MAINTAINERCLEANFILES += $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/new_exception_processing/remdeb_f.x\"
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)