[Scummvm-cvs-logs] SF.net SVN: scummvm:[34993] tools/trunk/Makefile

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Nov 10 22:42:23 CET 2008


Revision: 34993
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34993&view=rev
Author:   sev
Date:     2008-11-10 21:42:23 +0000 (Mon, 10 Nov 2008)

Log Message:
-----------
Use LDFLAGS from ENV

Modified Paths:
--------------
    tools/trunk/Makefile

Modified: tools/trunk/Makefile
===================================================================
--- tools/trunk/Makefile	2008-11-10 21:01:15 UTC (rev 34992)
+++ tools/trunk/Makefile	2008-11-10 21:42:23 UTC (rev 34993)
@@ -8,7 +8,7 @@
 srcdir      ?= .
 
 DEFINES     := -DUNIX
-LDFLAGS     :=
+LDFLAGS     := $(LDFLAGS)
 INCLUDES    := -I. -I$(srcdir)
 LIBS        :=
 OBJS        :=


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list