diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-14 09:39:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-14 09:39:25 +0000 |
commit | c3da0d8281e24ad8fa1af7e06a16330cc6b41eb3 (patch) | |
tree | 042e86e5e8e26ebb24e55d1bc87beb29894ea884 /package/libfloat/Makefile.in | |
parent | e2578ec3c5febb0670405896216ddbc73e4a8840 (diff) | |
download | buildroot-novena-c3da0d8281e24ad8fa1af7e06a16330cc6b41eb3.tar.gz buildroot-novena-c3da0d8281e24ad8fa1af7e06a16330cc6b41eb3.zip |
Update a few packages
Diffstat (limited to 'package/libfloat/Makefile.in')
-rw-r--r-- | package/libfloat/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libfloat/Makefile.in b/package/libfloat/Makefile.in index e420e9f24..d8fcc3768 100644 --- a/package/libfloat/Makefile.in +++ b/package/libfloat/Makefile.in @@ -1,3 +1,3 @@ -ifeq ($(strip $(BR2_PACKAGE_LIBFLOAT)),y) -TARGETS+=libfloat -endif +#ifeq ($(strip $(BR2_PACKAGE_LIBFLOAT)),y) +#TARGETS+=libfloat +#endif |