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