aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/Makefile
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2011-02-06 17:51:22 +0200
committerKostis Sagonas <[email protected]>2011-02-06 17:51:22 +0200
commitb5bfd43fe718ec020f99238c561fdba6a7123c2c (patch)
treefce35e535b44a3ae999d090cfbdc9056d6f294a7 /lib/typer/src/Makefile
parent0e14138a018ed824a9e96be02019627bdd188ef4 (diff)
downloadotp-b5bfd43fe718ec020f99238c561fdba6a7123c2c.tar.gz
otp-b5bfd43fe718ec020f99238c561fdba6a7123c2c.tar.bz2
otp-b5bfd43fe718ec020f99238c561fdba6a7123c2c.zip
Remove typer_info.erl file
Diffstat (limited to 'lib/typer/src/Makefile')
-rw-r--r--lib/typer/src/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/typer/src/Makefile b/lib/typer/src/Makefile
index f814e943ea..41ed719d1b 100644
--- a/lib/typer/src/Makefile
+++ b/lib/typer/src/Makefile
@@ -45,9 +45,7 @@ DIALYZER_DIR = $(ERL_TOP)/lib/dialyzer
# ----------------------------------------------------
# Target Specs
# ----------------------------------------------------
-MODULES = typer \
- typer_annotator \
- typer_info
+MODULES = typer typer_annotator
HRL_FILES= typer.hrl
ERL_FILES= $(MODULES:%=%.erl)