[cairo-commit] Makefile.win32

Andrea Canciani ranma42 at kemper.freedesktop.org
Sat Feb 18 00:20:54 PST 2012


 Makefile.win32 |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6a90b407aafe6e7f4ed614fbcd1228c46b0af2a2
Author: Andrea Canciani <ranma42 at gmail.com>
Date:   Sat Feb 18 08:55:59 2012 +0100

    build: Make 'all' the default target in the base Makefile.win32 build
    
    Having the 'inform' target as default is misleading.

diff --git a/Makefile.win32 b/Makefile.win32
index e5a2c46..fbad7f3 100644
--- a/Makefile.win32
+++ b/Makefile.win32
@@ -1,3 +1,5 @@
+default: all
+
 # Do not edit this file.
 # Edit build/Makefile.win32.common for customization
 


More information about the cairo-commit mailing list