diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-05 21:06:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-05 21:06:51 +0000 |
commit | e28fe9858530ae5393882f96ac6f39f894f56da7 (patch) | |
tree | b14bf9808074a4cd18bb388b360a86a672296b54 /libc/sysdeps/linux/h8300 | |
parent | 6e8f649c6e4b45ad56ed5d05fc6721b9646e5d0e (diff) | |
download | uClibc-alpine-e28fe9858530ae5393882f96ac6f39f894f56da7.tar.bz2 uClibc-alpine-e28fe9858530ae5393882f96ac6f39f894f56da7.tar.xz |
Fixup handling of disabled options
Diffstat (limited to 'libc/sysdeps/linux/h8300')
-rw-r--r-- | libc/sysdeps/linux/h8300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |