diff options
Diffstat (limited to 'php/test')
-rw-r--r-- | php/test/Ice/Makefile | 2 | ||||
-rw-r--r-- | php/test/Ice/Makefile.mak | 2 |
2 files changed, 2 insertions, 2 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); \ 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 \ |