diff options
author | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 02:27:03 +0000 |
---|---|---|
committer | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-30 02:27:03 +0000 |
commit | 6f6dfd33b131520b932f76a617ab2a22b8913f11 (patch) | |
tree | b65ae5031efe81277aca92c6c81d4908970032a5 /PACE/tests | |
parent | 5c6710c16ab8bae58bc1cf894b1c0aec278955b6 (diff) | |
download | ATCD-6f6dfd33b131520b932f76a617ab2a22b8913f11.tar.gz |
ChangeLogTag: Thu Mar 29 20:14:00 2001 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'PACE/tests')
-rw-r--r-- | PACE/tests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PACE/tests/Makefile b/PACE/tests/Makefile index a1e692132e5..e8bbac30acb 100644 --- a/PACE/tests/Makefile +++ b/PACE/tests/Makefile @@ -84,8 +84,7 @@ endif # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/Stdio_Test.o .obj/Stdio_Test.so .shobj/Stdio_Test.o .shobj/Stdio_Test.so: Stdio_Test.c \ - $(ACE_ROOT)/PACE/pace/stdio.h \ +.obj/Stdio_Test.o .obj/Stdio_Test.so .shobj/Stdio_Test.o .shobj/Stdio_Test.so: Stdio_Test.c $(ACE_ROOT)/PACE/pace/stdio.h \ $(ACE_ROOT)/PACE/pace/config/defines.h \ $(ACE_ROOT)/PACE/pace/config/platform.h \ $(ACE_ROOT)/PACE/pace/config/config.h \ @@ -96,7 +95,8 @@ endif $(ACE_ROOT)/PACE/pace/config/utility.h \ $(ACE_ROOT)/PACE/pace/errno.h \ $(ACE_ROOT)/PACE/pace/config/features.h \ - $(ACE_ROOT)/PACE/pace/unistd.h + $(ACE_ROOT)/PACE/pace/unistd.h \ + $(ACE_ROOT)/PACE/pace/string.h .obj/Posix_SP_Test.o .obj/Posix_SP_Test.so .shobj/Posix_SP_Test.o .shobj/Posix_SP_Test.so: Posix_SP_Test.c \ $(ACE_ROOT)/PACE/pace/stdio.h \ |