toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN Makefile.in


From: Edward Rosten
Subject: [Toon-members] TooN Makefile.in
Date: Fri, 20 Jan 2012 17:24:50 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        12/01/20 17:24:50

Modified files:
        .              : Makefile.in 

Log message:
        Fix DESTDIR for MinGW so that it doesn't lead to // at the beginning of 
a
        path therby making Windows look for a network drive

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Makefile.in?cvsroot=toon&r1=1.29&r2=1.30

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/toon/TooN/Makefile.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- Makefile.in 16 Aug 2011 09:21:49 -0000      1.29
+++ Makefile.in 20 Jan 2012 17:24:50 -0000      1.30
@@ -6,7 +6,12 @@
 datarootdir = @datarootdir@
 pkgconfig = @PKGCONFIG_LIBDIR@
 
-hdr = $(DESTDIR)/$(includedir)/TooN
+ifneq "$(DESTDIR)" ""
+DESTDIR+=/
+endif
+
+
+hdr = $(DESTDIR)$(includedir)/TooN
 
 
 .PHONY: all



reply via email to

[Prev in Thread] Current Thread [Next in Thread]