diff options
author | Björn-Egil Dahlberg <[email protected]> | 2017-03-09 11:43:46 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2017-03-09 11:43:46 +0100 |
commit | 2baef6564e33981d2d8a524700e3bee0dc24eadc (patch) | |
tree | f6de360976dee3e6a77a981c3d37c4b84cc40d0a /lib/tools | |
parent | fcd9a09dc614d61a3e06953837e3bdc3c311710d (diff) | |
download | otp-2baef6564e33981d2d8a524700e3bee0dc24eadc.tar.gz otp-2baef6564e33981d2d8a524700e3bee0dc24eadc.tar.bz2 otp-2baef6564e33981d2d8a524700e3bee0dc24eadc.zip |
tools: Remove percept from makefile
Diffstat (limited to 'lib/tools')
-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 = . |