forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* irq/Makefile.am: Use 'PREINSTALL_FILES ='. * comm/Makefile.am: Use 'PREINSTALL_FILES ='. * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
|
|
||||||
|
* irq/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* comm/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* pci/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
|
||||||
|
2001-08-16 Mike Siers <mikes@poliac.com>
|
||||||
|
|
||||||
* comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
|
* comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
|
||||||
|
|
||||||
2001-07-03 Mike Seirs <mike@poliac.com>
|
2001-07-03 Mike Seirs <mike@poliac.com>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ $(PROJECT_INCLUDE):
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ $(PROJECT_INCLUDE):
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ $(PROJECT_INCLUDE):
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user