From e28fe9858530ae5393882f96ac6f39f894f56da7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Nov 2002 21:06:51 +0000 Subject: Fixup handling of disabled options --- libc/sysdeps/linux/h8300/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/h8300/Makefile') diff --git a/libc/sysdeps/linux/h8300/Makefile b/libc/sysdeps/linux/h8300/Makefile index d6d0b7c2a..d63500a54 100644 --- a/libc/sysdeps/linux/h8300/Makefile +++ b/libc/sysdeps/linux/h8300/Makefile @@ -63,7 +63,7 @@ headers: clean: rm -f *.[oa] *~ core -ifeq ($(strip $(HAVE_ELF)),n) +ifneq ($(strip $(HAVE_ELF)),y) rm -f $(TOPDIR)/include/float.h endif -- cgit v1.2.3