Fixed make.
This commit is contained in:
parent
ab63c481af
commit
b020c84046
|
@ -1,3 +1,4 @@
|
||||||
|
include GNUmakevars
|
||||||
include GNUmakerules
|
include GNUmakerules
|
||||||
|
|
||||||
all: waste
|
all: waste
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue