mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use rtems_source_spec_DEPS instead of rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use rtems_source_spec_DEPS instead of
|
||||
rtems_source_spec_DEPENDENCIES (Conflicts with automake internals).
|
||||
|
||||
2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove rtemsdoc/mkspec.
|
||||
|
||||
@@ -18,11 +18,11 @@ CONFIG_STATUS_DEPENDENCIES = setup.cache
|
||||
setup.cache: setup.def
|
||||
cp setup.def $@
|
||||
|
||||
rtems_source_spec_DEPENDENCIES = common/common.add rtems/rtems-source.add \
|
||||
rtems_source_spec_DEPS = common/common.add rtems/rtems-source.add \
|
||||
common/clean.add
|
||||
noinst_DATA += rtems/rtems-source.spec
|
||||
rtems/rtems-source.spec: $(rtems_source_spec_DEPENDENCIES)
|
||||
cat $(rtems_source_spec_DEPENDENCIES) | sed \
|
||||
rtems/rtems-source.spec: $(rtems_source_spec_DEPS)
|
||||
cat $(rtems_source_spec_DEPS) | sed \
|
||||
-e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
|
||||
-e 's,[@]RTEMS_RPM_RELEASE[@],$(RTEMS_RPM_RELEASE),g' > $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user