diff options
-rw-r--r-- | cfg-ml-pos.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-ml-pos.in b/cfg-ml-pos.in index 9955313..8abfafe 100644 --- a/cfg-ml-pos.in +++ b/cfg-ml-pos.in @@ -47,6 +47,8 @@ mv Makefile.tem ${Makefile} cat > Multi.tem <<\EOF +# FIXME: There should be an @-sign in front of the `if'. +# Leave out until this is tested a bit more. multi-do: if [ -z "$(MULTIDIRS)" ]; then \ true; \ @@ -77,6 +79,8 @@ multi-do: done; \ fi +# FIXME: There should be an @-sign in front of the `if'. +# Leave out until this is tested a bit more. multi-clean: if [ -z "$(MULTIDIRS)" ]; then \ true; \ |