aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/Makefile
diff options
context:
space:
mode:
authorKostis Sagonas <[email protected]>2011-02-06 17:26:07 +0200
committerKostis Sagonas <[email protected]>2011-02-06 17:26:07 +0200
commit0e14138a018ed824a9e96be02019627bdd188ef4 (patch)
treeee9f06ed05ac66e613fcdb2612c60a055d91f4eb /lib/typer/src/Makefile
parent3562e3b44c2ad2df81eb192a2f69d939f73b9232 (diff)
downloadotp-0e14138a018ed824a9e96be02019627bdd188ef4.tar.gz
otp-0e14138a018ed824a9e96be02019627bdd188ef4.tar.bz2
otp-0e14138a018ed824a9e96be02019627bdd188ef4.zip
Remove typer_options.erl file
Diffstat (limited to 'lib/typer/src/Makefile')
-rw-r--r--lib/typer/src/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/typer/src/Makefile b/lib/typer/src/Makefile
index 76cd557cc8..f814e943ea 100644
--- a/lib/typer/src/Makefile
+++ b/lib/typer/src/Makefile
@@ -47,8 +47,7 @@ DIALYZER_DIR = $(ERL_TOP)/lib/dialyzer
# ----------------------------------------------------
MODULES = typer \
typer_annotator \
- typer_info \
- typer_options
+ typer_info
HRL_FILES= typer.hrl
ERL_FILES= $(MODULES:%=%.erl)
@@ -84,8 +83,8 @@ clean:
# Special Build Targets
# ----------------------------------------------------
-$(EBIN)/typer_options.$(EMULATOR): typer_options.erl ../vsn.mk Makefile
- erlc -W $(ERL_COMPILE_FLAGS) -DVSN="\"v$(VSN)\"" -o$(EBIN) typer_options.erl
+$(EBIN)/typer.$(EMULATOR): typer.erl ../vsn.mk Makefile
+ erlc -W $(ERL_COMPILE_FLAGS) -DVSN="\"v$(VSN)\"" -o$(EBIN) typer.erl
$(APP_TARGET): $(APP_SRC) ../vsn.mk
sed -e 's;%VSN%;$(VSN);' $< > $@
@@ -100,8 +99,6 @@ $(APPUP_TARGET): $(APPUP_SRC) ../vsn.mk
$(EBIN)/typer.beam: typer.hrl
$(EBIN)/typer_annotator.beam: typer.hrl
$(EBIN)/typer_info.beam: typer.hrl
-$(EBIN)/typer_options.beam: typer.hrl
-$(EBIN)/typer_preprocess.beam: typer.hrl
# ----------------------------------------------------
# Release Target