diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-03-10 10:21:14 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-03-10 10:21:14 +0100 |
commit | 2612cb5bd0ebe7b1ff607e19bddfcb9b29bcfbc5 (patch) | |
tree | 2340646fc387cc846cc3ca90f2cecbef7472c65d | |
parent | 55916696a0bb867cbe55fc042744d8e03258db05 (diff) | |
parent | 2baef6564e33981d2d8a524700e3bee0dc24eadc (diff) | |
download | otp-2612cb5bd0ebe7b1ff607e19bddfcb9b29bcfbc5.tar.gz otp-2612cb5bd0ebe7b1ff607e19bddfcb9b29bcfbc5.tar.bz2 otp-2612cb5bd0ebe7b1ff607e19bddfcb9b29bcfbc5.zip |
Merge branch 'egil/tools/fix-makefile'
* egil/tools/fix-makefile:
tools: Remove percept from makefile
-rw-r--r-- | lib/tools/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/test/Makefile b/lib/tools/test/Makefile index 84c4e56aff..fe65d1484d 100644 --- a/lib/tools/test/Makefile +++ b/lib/tools/test/Makefile @@ -52,8 +52,8 @@ RELSYSDIR = $(RELEASE_PATH)/tools_test # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- -ERL_MAKE_FLAGS += -ERL_COMPILE_FLAGS += -I$(ERL_TOP)/lib/percept/include +ERL_MAKE_FLAGS += +ERL_COMPILE_FLAGS += EBIN = . |