From 9c8ee7b2bdb94d4a5288203a448f685c700d50f0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 31 Jan 2003 05:32:20 +0000 Subject: 2003-01-31 Ralf Corsepius * gdb/gdb.add: Remove header, broken cdn-X configuration, %clean, Replace @exe_ext@ with %{_exeext}. * gdb/mkspec.in: Remove exe_ext. * gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}. * gdb/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. * gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}. * cpukit/mkspec.in: Remove exe_ext. * binutils/Makefile.am: Use $(top_builddir)/common/common.add, $(top_builddir)/common/clean.add, header.add. --- scripts/cpukit/mkspec.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/cpukit') diff --git a/scripts/cpukit/mkspec.in b/scripts/cpukit/mkspec.in index 01add5830e..9d43ebf503 100644 --- a/scripts/cpukit/mkspec.in +++ b/scripts/cpukit/mkspec.in @@ -6,7 +6,6 @@ RPM_VERSION=`echo ${RTEMS_VERSION} | tr - _` CFG=../setup.cache dst=@RPM_SPECSdir@ -exe_ext=@EXEEXT@ usage() { @@ -52,5 +51,4 @@ sed -e "s%@Release\@%${rtems_rpm_release}%g" \ -e "s%@rpm_version\@%${RPM_VERSION}%g" \ -e "s,@rpm_build_root\@,${rpm_build_root},g" \ -e "s%@target_alias\@%${target_alias}%g" \ - -e "s%@exe_ext\@%${exe_ext}%g" \ < ${RTEMS_DIR}/cpukit/rtems-cpukit.spec.in -- cgit v1.2.3