Fixed make.

This commit is contained in:
hjp 1998-09-17 10:33:11 +00:00
parent ab63c481af
commit b020c84046
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include GNUmakevars
include GNUmakerules include GNUmakerules
all: waste all: waste

View File

@ -10,4 +10,5 @@ then
exit 1 exit 1
fi fi
sed -e "s,@@@perl@@@,$perl," < $1 > $2 sed -e "s,@@@perl@@@,$perl," < $1 > $2
chmod +x $2
exit 0 exit 0