diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-07-24 17:35:35 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-07-24 17:35:35 +0000 |
commit | eae0538f9c455c9f85699f489fa114b5103ae830 (patch) | |
tree | d0eae41bedfc67fef557bfe9d74b70c6c3aba134 /cfg-ml-pos.in | |
parent | fe3c360b62b1c60b44a90797e8edf9770092d0d9 (diff) | |
download | gdb-eae0538f9c455c9f85699f489fa114b5103ae830.zip gdb-eae0538f9c455c9f85699f489fa114b5103ae830.tar.gz gdb-eae0538f9c455c9f85699f489fa114b5103ae830.tar.bz2 |
Add comment.
Diffstat (limited to 'cfg-ml-pos.in')
-rw-r--r-- | cfg-ml-pos.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-ml-pos.in b/cfg-ml-pos.in index 8abfafe..4e2bde6 100644 --- a/cfg-ml-pos.in +++ b/cfg-ml-pos.in @@ -45,6 +45,9 @@ sed -e "s:^MULTIDIRS[ ]*=.*$:MULTIDIRS = ${multidirs}:" \ rm -f ${Makefile} mv Makefile.tem ${Makefile} +# ??? May wish to add a check to avoid appending this to Makefiles that +# don't need it. It's not necessary, but is cleaner. + cat > Multi.tem <<\EOF # FIXME: There should be an @-sign in front of the `if'. |