2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove "SUBDIRS = .".
	Remove "all-local:".
This commit is contained in:
Ralf Corsepius
2011-06-17 05:30:41 +00:00
parent 4c275dcaa1
commit 8070c3848f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove "SUBDIRS = .".
Remove "all-local:".
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.ac: Use standard cache BSP options.

View File

@@ -4,7 +4,6 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal
SUBDIRS = .
CLEANFILES =
DISTCLEANFILES =
noinst_PROGRAMS =
@@ -235,8 +234,6 @@ libbsp_a_LIBADD += network_support.rel \
network_if_mve.rel network_if_gfe.rel network_if_em.rel
endif
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST += README LICENSE ChangeLog
include $(srcdir)/preinstall.am