From 64cc4bb5af9eaac1b1c9d30f675d7205bfcf99e5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Oct 2001 17:49:35 +0000 Subject: 2001-10-15 Ralf Corsepius * mkbinutilsspec.in: Guard sed-pattern against autoconf. * mkgccnewlibspec.in: Guard sed-pattern against autoconf, remove Target_alias. * mkgdbspec.in: Guard sed-pattern against autoconf. * mkbspspec.in: Guard sed-pattern against autoconf. * configure.ac: Rework check for RPM_SPECSdir. * autotools/automake-rtems.spec: Update to automake-1.5. --- scripts/mkgdbspec.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'scripts/mkgdbspec.in') diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in index fc4329bc13..3e73746225 100644 --- a/scripts/mkgdbspec.in +++ b/scripts/mkgdbspec.in @@ -65,13 +65,13 @@ case ${target_alias} in ;; esac -sed -e "s%@Release@%${gdb_rpm_release}%g" \ - -e "s%@rpm_build_root@%${rpm_build_root}%g" \ - -e "s%@target_alias@%${target_alias}%g" \ - -e "s%@gdb_version@%${gdb_version}%g" \ - -e "s%@gdb_patch_version@%${gdb_patch_version}%g" \ - -e "s%@extra_configure_arguments@%${extra_configure_arguments}%g" \ - -e "s%@exe_ext@%${exe_ext}%g" \ +sed -e "s%@Release\@%${gdb_rpm_release}%g" \ + -e "s%@rpm_build_root\@%${rpm_build_root}%g" \ + -e "s%@target_alias\@%${target_alias}%g" \ + -e "s%@gdb_version\@%${gdb_version}%g" \ + -e "s%@gdb_patch_version\@%${gdb_patch_version}%g" \ + -e "s%@extra_configure_arguments\@%${extra_configure_arguments}%g" \ + -e "s%@exe_ext\@%${exe_ext}%g" \ < ${RTEMS_DIR}/gdb/gdb.spec.in \ > ${specfile} -- cgit v1.2.3