mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
25aee9cad9
# Bug #53271, Bug #52410
9 lines
222 B
GLSL
9 lines
222 B
GLSL
milter: $(SAPI_MILTER_PATH)
|
|
|
|
$(SAPI_MILTER_PATH): $(PHP_GLOBAL_OBJS) $(PHP_BINARY_OBJS) $(PHP_SAPI_OBJS)
|
|
$(BUILD_MILTER)
|
|
|
|
install-milter: $(SAPI_MILTER_PATH)
|
|
@$(INSTALL) -m 0755 $(SAPI_MILTER_PATH) $(bindir)/php-milter
|
|
|