diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-10-04 17:38:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-10-04 17:38:24 +0300 |
commit | c4a8c2671db750856976fbc6c39f3859ede26455 (patch) | |
tree | 3695b9f9394ed4d3755784f2c6e03980e875fa28 /boost | |
parent | 7f5ec5fb9bd8f7e487b46b81c1dfbd9c7fde9298 (diff) |
Restore three BUILD_* definitions that apparently are needed
Diffstat (limited to 'boost')
-rw-r--r-- | boost/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk index 7ae57305e55d..2747a551e4d5 100644 --- a/boost/makefile.mk +++ b/boost/makefile.mk @@ -55,6 +55,10 @@ PATCH_FILES=$(TARFILE_NAME).patch CONFIGURE_DIR= CONFIGURE_ACTION= +BUILD_DIR= +BUILD_ACTION= +BUILD_FLAGS= + # --- Targets ------------------------------------------------------ .INCLUDE : set_ext.mk |