components/re2c/Makefile
changeset 4945 d9d54aa673b6
parent 4598 b74b65884262
child 5343 48c162cab8f5
--- a/components/re2c/Makefile	Mon Oct 12 15:58:48 2015 -0700
+++ b/components/re2c/Makefile	Tue Oct 13 18:21:51 2015 -0700
@@ -57,14 +57,20 @@
 # diffs failing due to script tracing in output files.
 unexport SHELLOPTS
 
+COMPONENT_SYSTEM_TEST_ENV +=	RE2C_BIN=/usr/bin/re2c
+
 ASLR_MODE = $(ASLR_ENABLE)
 
+configure:	$(CONFIGURE_64)
+
 build:		$(BUILD_64)
 
 install:	$(INSTALL_64)
 
 test:		$(TEST_64)
 
+system-test:	build $(SYSTEM_TEST_64)
+
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
 REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime