summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.global4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 607deaece8..a23d699fd0 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -7,7 +7,9 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK
all: $(all_targets)
-
+ @echo "Build complete."
+ @echo
+
build-modules: $(PHP_MODULES)
libphp5.la: $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)