[nautilus] Fix typo in src/Makefile.am



commit dfcb2c9f4711cfcbd172bd54fb3891faea4821c8
Author: Volker Sobek <reklov live com>
Date:   Thu Aug 21 02:51:26 2014 +0200

    Fix typo in src/Makefile.am
    
    This caused the stamp-nautilus-enum-types.h rule to unconditionally
    update nautilus-enum-types.h.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735133

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b7a225..2aaea24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -106,7 +106,7 @@ stamp-nautilus-enum-types.h: $(headers) Makefile
                        --eprod "#define @ENUMPREFIX _TYPE_@ENUMSHORT@ @enum_name _get_type()\n" \
                        --eprod "GType @enum_name _get_type (void);\n" \
                $(headers) ) > xgen-gth \
-       && (cmp -s xgen-gth nautilus-enum-type.h || cp xgen-gth nautilus-enum-types.h) \
+       && (cmp -s xgen-gth nautilus-enum-types.h || cp xgen-gth nautilus-enum-types.h) \
        && rm -f xgen-gth \
        && echo timestamp > $(@F)
 


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