> 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. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
