From 83c88ac0c697f38cdec3e718b50ae2d5aaf7baff Mon Sep 17 00:00:00 2001 From: mpc Date: Sat, 26 Jun 2004 02:26:37 +0000 Subject: [PATCH] minor fixes --- apps/enclave/Makefile.cygwin | 3 +-- apps/enclave/Makefile.linux | 3 +-- apps/enclave/Makefile.mingw | 3 +-- apps/enclave/src/thread.cpp | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/enclave/Makefile.cygwin b/apps/enclave/Makefile.cygwin index 351b31575..0c209c206 100644 --- a/apps/enclave/Makefile.cygwin +++ b/apps/enclave/Makefile.cygwin @@ -1,6 +1,5 @@ # -# This Makefile is compatible with GNU Make and should work on Linux -# (Tested on Debian 3.0) +# This Makefile is compatible with GNU Make and should work on Cygwin # # diff --git a/apps/enclave/Makefile.linux b/apps/enclave/Makefile.linux index 218ef7b6f..054ff6f2f 100644 --- a/apps/enclave/Makefile.linux +++ b/apps/enclave/Makefile.linux @@ -1,6 +1,5 @@ # -# This Makefile is compatible with GNU Make and should work on Linux -# (Tested on Debian 3.0) +# This Makefile is compatible with GNU Make and should work on Linux (generic) # # diff --git a/apps/enclave/Makefile.mingw b/apps/enclave/Makefile.mingw index 50268e2ed..a1298e0e1 100644 --- a/apps/enclave/Makefile.mingw +++ b/apps/enclave/Makefile.mingw @@ -1,6 +1,5 @@ # -# This Makefile is compatible with GNU Make and should work on Linux -# (Tested on Debian 3.0) +# This Makefile is compatible with GNU Make and should work on Windows (Mingw) # # diff --git a/apps/enclave/src/thread.cpp b/apps/enclave/src/thread.cpp index 832420c1c..cf9ab6754 100644 --- a/apps/enclave/src/thread.cpp +++ b/apps/enclave/src/thread.cpp @@ -60,7 +60,6 @@ */ #include "platform.hpp" -#include "mutex.hpp" #include "thread.hpp" Thread::Thread(void)