Skip to content

Commit

Permalink
Add friendly notice when build is really completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed May 14, 2003
1 parent 8781970 commit 6c4909a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c4909a

Please sign in to comment.