From f6871bc421840e0cabff34f2f477a9e53d14f812 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 21 Jul 2014 17:14:45 -0700 Subject: ICE-5580 - port connection ACM functionality to scripting languages --- php/test/Ice/Makefile | 2 +- php/test/Ice/Makefile.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'php/test') 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 \ -- cgit v1.2.3