[libgweather/wip/hadess/3.28.3: 2/10] build: Don't use a full path inside generated enum header



commit 935c13530c51ae3773cd5991760e9f25d52b6fc4
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 18 13:50:23 2018 +0200

    build: Don't use a full path inside generated enum header
    
    It causes multilib problems.

 libgweather/gweather-enum-types.c.tmpl | 2 +-
 libgweather/gweather-enum-types.h.tmpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgweather/gweather-enum-types.c.tmpl b/libgweather/gweather-enum-types.c.tmpl
index 4430bda..fe1f7c4 100644
--- a/libgweather/gweather-enum-types.c.tmpl
+++ b/libgweather/gweather-enum-types.c.tmpl
@@ -7,7 +7,7 @@
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/
diff --git a/libgweather/gweather-enum-types.h.tmpl b/libgweather/gweather-enum-types.h.tmpl
index 3ca1995..d50063d 100644
--- a/libgweather/gweather-enum-types.h.tmpl
+++ b/libgweather/gweather-enum-types.h.tmpl
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
 
 /*** BEGIN file-production ***/
 
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/


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