From: Ben Pfaff Date: Thu, 11 Feb 2010 04:28:42 +0000 (-0800) Subject: Smake: Add mkdtemp module, used by odt output driver. X-Git-Tag: sav-api~401 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=d0dc0a22cc177d6bef52c0b744332e71c0f8fef9 Smake: Add mkdtemp module, used by odt output driver. Reported by Michel Boaventura . --- diff --git a/Smake b/Smake index d70093247e..10b5124373 100644 --- a/Smake +++ b/Smake @@ -43,6 +43,7 @@ GNULIB_MODULES = \ mempcpy \ memset \ minmax \ + mkdtemp \ mkstemp \ printf-posix \ printf-safe \