diff options
author | foobar <sniper@php.net> | 2003-05-14 18:23:33 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-05-14 18:23:33 +0000 |
commit | 6c4909aad0392582e5855cd8ed756d854d85c8e9 (patch) | |
tree | 9bb1bdb47741f92bbb98e91486e1c573fb575021 /Makefile.global | |
parent | 8781970a78f676deccc354243b2f1ad8c1e56f96 (diff) | |
download | php-git-6c4909aad0392582e5855cd8ed756d854d85c8e9.tar.gz |
Add friendly notice when build is really completed.
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 4 |
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) |