forked from Imagelibrary/rtems
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Fixed typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* include/Makefile.am: Fixed typo.
|
||||||
|
|
||||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add bspopts.h.
|
* configure.in: Add bspopts.h.
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ include_HEADERS = bsp.h coverhd.h leds.h bspopts.h
|
|||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
CLEANFILES += coverhd.h
|
CLEANFILES += coverhd.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* include/Makefile.am: Fixed typo.
|
||||||
|
|
||||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add bspopts.h.
|
* configure.in: Add bspopts.h.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
|||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
|
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADER:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2001-06-19 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* include/Makefile.am: Fixed typo.
|
||||||
|
|
||||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add bspopts.h.
|
* configure.in: Add bspopts.h.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ include_HEADERS = bsp.h coverhd.h tod.h nvram.h pci.h bspopts.h
|
|||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %p.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
|
|||||||
Reference in New Issue
Block a user