diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-12-16 20:00:55 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-12-16 20:00:55 +0000 |
commit | 6bd43918eb2e27911f487418479480481acc7cbe (patch) | |
tree | 5811d2bb6398a2e6ce52954ed8f2f3071ed531a4 /libgloss/xc16x/configure | |
parent | a13e3a7bf260f509c1ca2396ebe898e921287a05 (diff) | |
download | cygnal-6bd43918eb2e27911f487418479480481acc7cbe.tar.gz cygnal-6bd43918eb2e27911f487418479480481acc7cbe.tar.bz2 cygnal-6bd43918eb2e27911f487418479480481acc7cbe.zip |
2009-12-16 Conny Marco Menebrocker <c-m-m@gmx.de>
* xc16x/Makefile.in: Remove extraneous stuff
brought in by copy.
* xc16x/configure.in: Ditto.
* xc16x/configure: Regenerated.
Diffstat (limited to 'libgloss/xc16x/configure')
-rwxr-xr-x | libgloss/xc16x/configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libgloss/xc16x/configure b/libgloss/xc16x/configure index 0882037db..f333181b4 100755 --- a/libgloss/xc16x/configure +++ b/libgloss/xc16x/configure @@ -604,7 +604,6 @@ LIBOBJS bsp_list script_list part_specific_obj -target_makefile_frag_path host_makefile_frag_path CCASFLAGS CCAS @@ -675,8 +674,7 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' -ac_subst_files='host_makefile_frag -target_makefile_frag' +ac_subst_files='host_makefile_frag' ac_user_opts=' enable_option_checking enable_dependency_tracking @@ -2640,14 +2638,10 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS host_makefile_frag=${srcdir}/../config/default.mh -target_makefile_frag=${srcdir}/../config/xc16x.mt host_makefile_frag_path=$host_makefile_frag -target_makefile_frag_path=$target_makefile_frag - - |