diff options
Diffstat (limited to 'Makefile.global')
| -rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index ec8692708..453a69799 100644 --- a/Makefile.global +++ b/Makefile.global @@ -8,7 +8,7 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK all: $(all_targets) @echo @echo "Build complete." - @echo "(It is safe to ignore warnings about tempnam and tmpnam)." + @echo "Don't forget to run 'make test'." @echo build-modules: $(PHP_MODULES) |
