2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove setting up bsplibdir.
This commit is contained in:
Ralf Corsepius
2002-07-19 04:12:43 +00:00
parent 90d6c6cf41
commit ec7fc23386
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-07-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove setting up bsplibdir.
2002-07-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: explicitly create $(ARCH) when building $(LIB).

View File

@@ -67,7 +67,6 @@ $(LIB): $(SRCS)
rm -f $(ARCH)/*
$(RANLIB) $@
bsplibdir = $(libdir)/@RTEMS_BSP@/lib
bsplib_DATA = $(LIB)
include $(top_srcdir)/../../../automake/local.am