summaryrefslogtreecommitdiff
path: root/apps/gperf/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/tests/Makefile')
-rw-r--r--apps/gperf/tests/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/gperf/tests/Makefile b/apps/gperf/tests/Makefile
index 0600c7eacc7..00714eebef2 100644
--- a/apps/gperf/tests/Makefile
+++ b/apps/gperf/tests/Makefile
@@ -98,9 +98,11 @@ realclean:
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/test.o .obj/test.so .shobj/test.o .shobj/test.so: test.cpp \
- $(ACE_ROOT)/ace/OS.h \
+.obj/test.o .obj/test.so .shobj/test.o .shobj/test.so: test.cpp $(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/inc_user_config.h \
+ $(ACE_ROOT)/ace/config.h \
+ $(ACE_ROOT)/ace/config-sunos5.5.h \
+ $(ACE_ROOT)/ace/config-g++-common.h \
$(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/Basic_Types.i \