pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/Smake


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/Smake
Date: Tue, 15 Feb 2005 08:29:08 -0500

Index: pspp/Smake
diff -u pspp/Smake:1.9 pspp/Smake:1.10
--- pspp/Smake:1.9      Mon Nov 29 03:30:09 2004
+++ pspp/Smake  Tue Feb 15 13:29:08 2005
@@ -21,7 +21,9 @@
 .PHONY: po/POTFILES.in
 po/POTFILES.in: 
        @$(RM) po/potfile-temp
-       for f in $(src_files) ; do echo $$f >> po/potfile-temp ; done
+       for f in $(src_files) ; do \
+       if [ $$f = "src/version.c" ] ; then continue ; fi ; \
+       echo $$f >> po/potfile-temp ; done
        @if ( ! test -e $@ ) || ( ! diff  -q po/potfile-temp $@ ) ; then  mv 
po/potfile-temp $@ ; else $(RM) po/potfile-temp ; fi
 
 install-sh Makefile.in: intl Makefile.am aclocal.m4 config.h.in ABOUT-NLS




reply via email to

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