Skip to content

Commit

Permalink
Fixed typo in Makefile.frag
Browse files Browse the repository at this point in the history
  • Loading branch information
George Wang committed Nov 5, 2013
1 parent c4cfdfa commit 3720fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/litespeed/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ $(SAPI_LITESPEED_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_LITESPEED_OB
$(BUILD_LITESPEED)

install-litespeed: $(SAPI_LITESPEED_PATH)
@echo "Installing PHP LitSpeed binary: $(INSTALL_ROOT)$(bindir)/"
@echo "Installing PHP LiteSpeed binary: $(INSTALL_ROOT)$(bindir)/"
@$(INSTALL) -m 0755 $(SAPI_LITESPEED_PATH) $(INSTALL_ROOT)$(bindir)/lsphp

0 comments on commit 3720fd7

Please sign in to comment.