From: Tom Tromey Date: Tue, 14 Nov 1995 07:54:59 +0000 (+0000) Subject: more ideas X-Git-Tag: Release-0-25~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22cbd2004e3059814ce52610dadd74aca359c98d;p=thirdparty%2Fautomake.git more ideas --- diff --git a/TODO b/TODO index 4ded2e4be..627b6b527 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,10 @@ which should be fixed Must handle case where multiple programs are built in one directory and share many object files (eg pax, cpio). (Right now conflicts occur in "make dist") +* I've done this using the _SOURCES hack. This might even be the right + way to go. +* It might be nice to do this on a per-program basis. Think of a way. + Maybe $(prog_LDADD)? ================================================================