aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/Makefile
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2011-02-06 16:43:13 +0200
committerKostis Sagonas <[email protected]>2011-02-06 16:43:13 +0200
commit3562e3b44c2ad2df81eb192a2f69d939f73b9232 (patch)
tree86ef94a4fe3856b189f1832909b2d10ca4f94a15 /lib/typer/src/Makefile
parent1f909eefa0e76bd219dbf933be0785d614057450 (diff)
downloadotp-3562e3b44c2ad2df81eb192a2f69d939f73b9232.tar.gz
otp-3562e3b44c2ad2df81eb192a2f69d939f73b9232.tar.bz2
otp-3562e3b44c2ad2df81eb192a2f69d939f73b9232.zip
Remove typer_preprocess.erl file
Diffstat (limited to 'lib/typer/src/Makefile')
-rw-r--r--lib/typer/src/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/typer/src/Makefile b/lib/typer/src/Makefile
index f367d5980a..76cd557cc8 100644
--- a/lib/typer/src/Makefile
+++ b/lib/typer/src/Makefile
@@ -45,12 +45,10 @@ DIALYZER_DIR = $(ERL_TOP)/lib/dialyzer
# ----------------------------------------------------
# Target Specs
# ----------------------------------------------------
-MODULES = \
- typer \
+MODULES = typer \
typer_annotator \
typer_info \
- typer_options \
- typer_preprocess
+ typer_options
HRL_FILES= typer.hrl
ERL_FILES= $(MODULES:%=%.erl)