Dear diary, on Tue, Jun 27, 2006 at 12:23:08AM CEST, I got a letter where Dennis Stosberg <dennis@xxxxxxxxxxxx> said that... > Signed-off-by: Dennis Stosberg <dennis@xxxxxxxxxxxx> > --- > Makefile | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/Makefile b/Makefile > index f44fbd3..306025d 100644 > --- a/Makefile > +++ b/Makefile > @@ -94,6 +94,8 @@ CFLAGS = -g -O2 -Wall > LDFLAGS = > ALL_CFLAGS = $(CFLAGS) > ALL_LDFLAGS = $(LDFLAGS) > +PERL_CFLAGS = > +PERL_LDFLAGS = > STRIP ?= strip > > prefix = $(HOME) Just an annotation: ALL_* means "use these flags for compilation of all the stuff except perly stuff" PERL_* means "use these flags for compilation of really all the stuff" So "all" might not mean what you think and Perl is stonger than everything. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Snow falling on Perl. White noise covering line noise. Hides all the bugs too. -- J. Putnam - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html