[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix oversight in Makefile

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-09 18:07:34 CET

Justin Erenkrantz <jerenkrantz@ebuilt.com> writes:
> I'm assuming that this is an oversight. But, on the off chance
> that it isn't, I'll post to the list before committing.
>
> I need to add the runtime-linking flags for my Linux and Solaris
> builds - no go without this. -- justin

Your change makes sense to me, and is in lots of other `Makefile.in's.
I say go for it, just test a couple of builds with and without your
extra flags to make sure.

-K

> Makefile.in: Allow LDFLAGS to be substituted from configure.
>
> Index: ./Makefile.in
> ===================================================================
> --- ./Makefile.in
> +++ ./Makefile.in Wed Jan 9 00:46:03 2002
> @@ -60,7 +60,7 @@
>
> CFLAGS = @CFLAGS@
> CPPFLAGS = @CPPFLAGS@
> -LDFLAGS =
> +LDFLAGS = @LDFLAGS@
>
> COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) $(INCLUDES)
> LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $<
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.