2001-06-19 Joel Sherrill <joel@OARcorp.com>

* include/Makefile.am: Fixed typo.
This commit is contained in:
Joel Sherrill
2001-06-19 14:23:53 +00:00
parent c7c6e721ea
commit 1f17d21f3e
6 changed files with 18 additions and 2 deletions

View File

@@ -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.

View File

@@ -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):

View File

@@ -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.

View File

@@ -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)

View File

@@ -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.

View File

@@ -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