diff options
Diffstat (limited to 'php/test/Ice/Makefile')
-rw-r--r-- | php/test/Ice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/test/Ice/Makefile b/php/test/Ice/Makefile index 0bb52fa6bd6..20b0a164930 100644 --- a/php/test/Ice/Makefile +++ b/php/test/Ice/Makefile @@ -12,7 +12,7 @@ top_srcdir = ../.. include $(top_srcdir)/config/Make.rules.php SUBDIRS = binding checksum exceptions facets info inheritance objects operations proxy slicing defaultValue \ - optional enums + optional enums acm $(EVERYTHING):: @for subdir in $(SUBDIRS); \ |