Added workaround for annoying gettextize behaviour
[pspp-builds.git] / Smake
diff --git a/Smake b/Smake
index 00ae6ca7e42aa1fa30b3cdc272e3d1675b2ad1fc..eae10349e95931c1f01a6450ee6157bf0ceec484 100644 (file)
--- a/Smake
+++ b/Smake
@@ -15,17 +15,7 @@ install-sh Makefile.in: intl Makefile.am aclocal.m4 config.h.in ABOUT-NLS
        automake --add-missing
 
 po/Makefile.in.in intl ABOUT-NLS:
-       touch -f Makefile.am Makefile.am-stamp
-       touch -f configure.ac configure.ac-stamp
-       cp -a configure.ac configure.ac-bak
-       cp -a Makefile.am Makefile.am-bak
-       gettextize -f -c --no-changelog --intl
-       cp -a Makefile.am-bak Makefile.am
-       touch -f Makefile.am-stamp Makefile.am
-       cp -a configure.ac-bak configure.ac
-       touch -f configure.ac-stamp configure.ac
-       $(RM) configure.ac-bak configure.ac-stamp
-       $(RM) Makefile.am-bak Makefile.am-stamp
+       ./gettextize -f -c --no-changelog --intl