On 2007-08-14 22:48:04 (+0300), Eli Zaretskii <[EMAIL PROTECTED]> wrote: > > Date: Tue, 14 Aug 2007 21:40:56 +0200 > > From: Kristof Provost <[EMAIL PROTECTED]> > > Cc: [email protected] > > > > HEADERS := $(shell ls *.h) > > I think there's no need to use $shell here. A simple > > HEADERS := *.h > > should do.
You're right. I didn't even know that was possible. Kristof
signature.asc
Description: Digital signature
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
