X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Smake;h=84537ef08561f7011d846e256f095e487106e3b1;hb=1288f8123ea04686150b79b9e6a5d5d78c420353;hp=a466423753fca2ef07bf4a6950fc3beca8835adf;hpb=7d16c03ab0d8d9999f1756b8c6054507d3d86f0d;p=pspp-builds.git diff --git a/Smake b/Smake index a4664237..84537ef0 100644 --- a/Smake +++ b/Smake @@ -5,6 +5,7 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ + argp \ assert \ byteswap \ c-ctype \ @@ -111,6 +112,7 @@ gettextize: po/POTFILES.in: for f in `find src \( -name \*.[qc] -o -name \*.glade \) ! -name .\* -print` ; do \ if test $$f = src/libpspp/version.c; then continue; fi; \ + if test $$f = src/ui/gui/psppire-marshal.c; then continue; fi; \ if test -e `dirname $$f`/`basename $$f .c`.q ; then continue; fi; \ echo $$f ; \ done | sort | uniq > $@.tmp