diff options
author | Kostis Sagonas <[email protected]> | 2013-11-13 16:36:24 +0100 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2013-11-13 16:36:24 +0100 |
commit | 56d9c00246a55e1bac7782451b89d0a4a36fcefb (patch) | |
tree | 379b4ab41e0670962964516814f6595265d12d03 /lib/hipe/tools/Makefile | |
parent | 809a7fb3b26b0f32b10b11f176cd01b3b6a3d1fb (diff) | |
download | otp-56d9c00246a55e1bac7782451b89d0a4a36fcefb.tar.gz otp-56d9c00246a55e1bac7782451b89d0a4a36fcefb.tar.bz2 otp-56d9c00246a55e1bac7782451b89d0a4a36fcefb.zip |
Remove the hipe tool as it uses the now obsolete gs
Diffstat (limited to 'lib/hipe/tools/Makefile')
-rw-r--r-- | lib/hipe/tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/hipe/tools/Makefile b/lib/hipe/tools/Makefile index 3ce8ad5dd7..ed80eb075b 100644 --- a/lib/hipe/tools/Makefile +++ b/lib/hipe/tools/Makefile @@ -42,7 +42,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/hipe-$(VSN) # ---------------------------------------------------- # Target Specs # ---------------------------------------------------- -MODULES = hipe_tool hipe_profile hipe_jit +MODULES = hipe_profile hipe_jit # hipe_timer HRL_FILES= @@ -110,5 +110,4 @@ realclean: clean # ---------------------------------------------------- $(EBIN)/hipe_ceach.beam: ../main/hipe.hrl -$(EBIN)/hipe_tool.beam: ../main/hipe.hrl |