No more gcc stub

This commit is contained in:
Ben Gras 2005-09-16 12:09:21 +00:00
parent f379a59bc5
commit 8bf2e72989
2 changed files with 0 additions and 7 deletions

View File

@ -23,7 +23,6 @@ usr: \
/usr/bin/echo \
/usr/bin/expr \
/usr/bin/false \
/usr/bin/gcc \
/usr/bin/getopts \
/usr/bin/getpack \
/usr/bin/read \
@ -89,9 +88,6 @@ clean:
/usr/bin/cd: cd.sh
install -m 755 -c -o bin $? $@
/usr/bin/gcc: gcc.sh
install -m 755 -c -o bin $? $@
/usr/bin/[ /usr/bin/command /usr/bin/echo /usr/bin/expr /usr/bin/false \
/usr/bin/getopts /usr/bin/read /usr/bin/test /usr/bin/true /usr/bin/umask \
/usr/bin/wait: /usr/bin/cd

View File

@ -1,3 +0,0 @@
#!/bin/sh
echo "GCC and the GNU utils are in /usr/gnu. Please adjust your \$PATH accordingly."
exit 1