From http://www.jwz.org/xscreensaver/xscreensaver-5.27.tar.gz
[xscreensaver] / po / Makefile.in.in
index 4b2ebc3ccf5a213df41b18da17ee362ea7678d34..8fc246cb510ef0f4b4f95f1b2c055f330c8e958c 100644 (file)
@@ -85,6 +85,9 @@
 #       version of) this rule out.
 #
 
+# config.status complains if "po/Makefile.in.in was not created by intltoolize".
+# INTLTOOL_MAKEFILE
+
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
@@ -368,7 +371,8 @@ POTFILES: POTFILES.in
            && chmod a-w $@-t \
            && mv $@-t $@ )
 
-Makefile: stamp-it
+# jwz: depending on stamp-it breaks distclean.
+Makefile:
        @if test ! -f $@; then \
                rm -f stamp-it; \
                $(MAKE) stamp-it; \