]> git.ipfire.org Git - thirdparty/libtool.git/commit
build: name temporary files in `Makefile.am' consistently.
authorGary V. Vaughan <gary@gnu.org>
Thu, 23 Sep 2010 11:44:16 +0000 (18:44 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 18:55:29 +0000 (01:55 +0700)
commitc8b7bc751ec87d50524004e4b361617786875d8f
treef01d4426ef2fe4ae1eaca43c9c262eea2bcf97f6
parent626dfe3d98569b271d8d139c6a200d1f7f3d0aff
build: name temporary files in `Makefile.am' consistently.

Sadly, we still have to jump through hoops for MICROS~1's very
old, very broken 8.3 naming convention, so we have to be careful
to be unique in the first 8 letters, and not to use two periods
in a filename, otherwise we could use the much more elegent
`temporary files use "$@T"' idiom:
* Makefile.am (libltdl/m4/ltversion.m4): Rename temporary file
to `ltversion.tmp'.
(libltdl/config/ltmain.sh): Rename temporary file to
`libltdl/config/ltmain.tmp'.
(libtoolize): Rename temporary file to `libtoolize.tmp'.
(tests/defs): Rename temporary file to `tests/defs.tmp'
(tests/testsuite): Rename temporary file to `tests/testsuite.tmp'.
(CLEANFILES): Append temporary files as we create rules that
use them.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
Makefile.am