diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-14 09:26:26 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-14 09:26:26 +0000 |
commit | 919de9a1af1e86b9cc7dbd8b8c6f8295c00cf2d5 (patch) | |
tree | 0e4dbfbc0582bc0b95a3fb4bed557af375dd3361 /gdb/doc/configure.in | |
parent | e92ee46965422f9014f97d4c22fd5adabbb38316 (diff) | |
download | gdb-919de9a1af1e86b9cc7dbd8b8c6f8295c00cf2d5.zip gdb-919de9a1af1e86b9cc7dbd8b8c6f8295c00cf2d5.tar.gz gdb-919de9a1af1e86b9cc7dbd8b8c6f8295c00cf2d5.tar.bz2 |
Rename them so that we can symlink them so that m4 can see them.
Diffstat (limited to 'gdb/doc/configure.in')
-rw-r--r-- | gdb/doc/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/configure.in b/gdb/doc/configure.in index 73600e9..a03a968 100644 --- a/gdb/doc/configure.in +++ b/gdb/doc/configure.in @@ -3,3 +3,6 @@ srctrigger=gdb.texinfo # per-host: # per-target: + +files="gdbinv-m.m4.in gdbinv-s.m4.in" +links="gdbinv-m.m4 gdbinv-s.m4" |