diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-18 21:02:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-18 21:02:52 +0000 |
commit | 02655d86612f22a93340a2f876e12e58e6577fb1 (patch) | |
tree | 2882bacc0811e4a32f460f46de539d79bc1796a6 /Makefile | |
parent | 2a6ec4edcdf805c7888c241940e6965f2d4f8fda (diff) | |
download | buildroot-novena-02655d86612f22a93340a2f876e12e58e6577fb1.tar.gz buildroot-novena-02655d86612f22a93340a2f876e12e58e6577fb1.zip |
Remove perl. It doesn't work, and seems to be a support
problem magnet. So kill it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -169,9 +169,6 @@ TARGETS+=busybox tinylogin # More development system stuff for those that want it #TARGETS+=m4 autoconf automake libtool -# Perl -#TARGETS+=perl - # Some nice debugging tools #TARGETS+=gdb strace ltrace |