2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Remove superfluous $(top_srcdir).
This commit is contained in:
Ralf Corsepius
2008-09-26 13:40:04 +00:00
parent 343fbd2f71
commit 618cae2735
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous $(top_srcdir).
2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1249/build PR 1249/build

View File

@@ -9,7 +9,7 @@ include $(top_srcdir)/../../../automake/compile.am
noinst_PROGRAMS = noinst_PROGRAMS =
include_libcpudir = $(includedir)/libcpu include_libcpudir = $(includedir)/libcpu
include_libcpu_HEADERS = $(top_srcdir)/../shared/include/cache.h include_libcpu_HEADERS = ../shared/include/cache.h
noinst_PROGRAMS += cache.rel noinst_PROGRAMS += cache.rel
cache_rel_SOURCES = cache/cache.c cache/cache_.h \ cache_rel_SOURCES = cache/cache.c cache/cache_.h \