summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 08:56:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-04 08:56:18 +0000
commit445c0a0629f376002e813d51f587ff9e30779943 (patch)
tree3c922f140432234b5b12bdd391a62ff6cc3c53d8 /c/src/lib/libbsp/m68k/efi332/wrapup
parent2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-445c0a0629f376002e813d51f587ff9e30779943.tar.bz2
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
Diffstat (limited to 'c/src/lib/libbsp/m68k/efi332/wrapup')
-rw-r--r--c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
index 26ef9c3213..c85196df2d 100644
--- a/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
@@ -19,6 +19,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
+all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../../../../../../automake/local.am