Skip to content

Commit

Permalink
use erlc detected by configure
Browse files Browse the repository at this point in the history
SVN Revision: 417
  • Loading branch information
nniclausse committed Oct 13, 2004
1 parent 74cfdfd commit 99415b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ else
endif
endif
INC = ./include
CC = $(ERL)c
CC = $(ERLC)
SED = $(shell which sed)

ESRC = ./src
Expand Down
1 change: 1 addition & 0 deletions include.mk.in
Expand Up @@ -2,6 +2,7 @@
ERLC_EMULATOR=@ERL@
export ERLC_EMULATOR
ERL=@ERL@
ERLC=@ERLC@

ERLDIR=@ERLDIR@
export ERLDIR
Expand Down

0 comments on commit 99415b4

Please sign in to comment.