X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Smake;h=aaf1ff90da4cf66ba579a0082e8a6db0aa473de0;hb=2e23594dbff7f9e02919819c121eb103813b7e0b;hp=1709a1920d41175b553bd8439b27b54878b26791;hpb=e850a37743edb8035b15c4ed313a2b8fdafdc696;p=pspp diff --git a/Smake b/Smake index 1709a1920d..aaf1ff90da 100644 --- a/Smake +++ b/Smake @@ -5,8 +5,6 @@ GNULIB = ../gnulib GNULIB_TOOL = $(GNULIB)/gnulib-tool GNULIB_MODULES = \ - alloca \ - alloca-opt \ assert \ byteswap \ c-ctype \ @@ -15,6 +13,7 @@ GNULIB_MODULES = \ dirname \ exit \ fpieee \ + fprintf-posix \ full-read \ full-write \ fseeko \ @@ -25,6 +24,7 @@ GNULIB_MODULES = \ getopt \ gettext-h \ gettimeofday \ + isfinite \ intprops \ inttostr \ linebreak \ @@ -39,9 +39,14 @@ GNULIB_MODULES = \ memset \ minmax \ mkstemp \ + printf-posix \ + printf-safe \ progname \ relocatable-prog \ + round \ snprintf \ + snprintf-posix \ + sprintf-posix \ stdarg \ stdbool \ stdint \ @@ -57,9 +62,15 @@ GNULIB_MODULES = \ strtoul \ sys_stat \ tmpfile \ + trunc \ unistd \ unlocked-io \ + vasprintf-posix \ + vfprintf-posix \ + vprintf-posix \ vsnprintf \ + vsnprintf-posix \ + vsprintf-posix \ xalloc \ xalloc-die \ xmalloca \