forked from Imagelibrary/rtems
2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix typo in include_HEADERS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Fix typo in include_HEADERS.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -17,7 +17,7 @@ coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||
CLEANFILES += coverhd.h
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=PROJECT_INCLUDE)/%)
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Fix typo in include_HEADERS.
|
||||
|
||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
|
||||
include_HEADERS = bsp.h coverhd.h m340uart.h m340timer.h m68340.h m68340.inc \ bspopts.h
|
||||
m68349.inc
|
||||
include_HEADERS = bsp.h coverhd.h m340uart.h m340timer.h m68340.h m68340.inc \
|
||||
bspopts.h m68349.inc
|
||||
|
||||
$(PROJECT_INCLUDE):
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
Reference in New Issue
Block a user