Andrzej Szeszo
2013-06-04 453bf5a3004107204e1858532a38b3e703e32995
components/spawn-fcgi/Makefile
@@ -20,7 +20,7 @@
#
#
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
@@ -39,11 +39,14 @@
include ../../make-rules/configure.mk
include ../../make-rules/ips.mk
CONFIGURE_ENV +=        CFLAGS="$(CFLAGS)"
ASLR_MODE = $(ASLR_ENABLE)
# common targets
build:      $(BUILD_32)
build:      $(BUILD_64)
install:   $(INSTALL_32)
install:   $(INSTALL_64)
test:           $(NO_TESTS)