forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'PREINSTALL_FILES ='. * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Add bspopts.h.
|
||||
|
||||
@@ -12,7 +12,7 @@ $(PROJECT_INCLUDE):
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* startup/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
|
||||
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* scitab/Makefile.am: Remove stray blank from SCITAB rule.
|
||||
|
||||
@@ -9,7 +9,7 @@ include_HEADERS = bsp.h bspopts.h coverhd.h
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
PREINSTALL_FILES += $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
PREINSTALL_FILES = $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
|
||||
$(PGM): $(OBJS)
|
||||
$(make-rel)
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
|
||||
PREINSTALL_FILES = $(PROJECT_RELEASE)/lib/linkcmds
|
||||
|
||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(PGM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user