From 4a7b5e14f6134e982109a67c46a6a8c0cef1d72d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 12 Feb 1992 18:14:25 +0000 Subject: [PATCH] Formerly ./m68k/fpu/switch/Makefile.~4~ --- sysdeps/m68k/fpu/switch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysdeps/m68k/fpu/switch/Makefile b/sysdeps/m68k/fpu/switch/Makefile index 0c020d9..691d2c9 100644 --- a/sysdeps/m68k/fpu/switch/Makefile +++ b/sysdeps/m68k/fpu/switch/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ sysdep_routines := $(sysdep_routines) switch +68881-sources := \ $(notdir $(wildcard $(addprefix $(filter %/68881,$(sysdirs)),$(sources)))) -# Sysdep directories other than 68881 and 68881-switch (this one). +# Sysdep directories other than 68881 and 68881-sw (this one). +non68881-dirs := $(filter-out %/68881 %/68881-switch,$(+sysdep_dirs)) # Get a non-68881 version of the target. @@ -39,7 +39,7 @@ sysdep_routines := $(sysdep_routines) switch $(addprefix $(objpfx), \ $(filter-out $(wildcard $(+68881-sources)),$(+68881-sources))): (echo '#include ' ;\ - echo '#include <68881-switch.h>' ;\ + echo '#include <68881-sw.h>' ;\ echo '#define $* __$*_68881' ;\ echo '#include <$(+68881-dir)/$@>' ;\ echo '#undef $*' ;\ -- 2.7.4