Add friendly notice when build is really completed.

This commit is contained in:
foobar 2003-05-14 18:23:33 +00:00
parent 8781970a78
commit 6c4909aad0

View File

@ -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)