Skip to content

Commit

Permalink
Hack to allow buliding with gen_tcpd header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarh committed Jul 16, 2009
1 parent 3926e24 commit 4ca5ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -50,6 +50,7 @@ clean:
%.beam: %.erl
@echo [ERLC] $<
@$(ERLC) -o ebin $(EFLAGS) \
-pa ../gen_tcpd/ebin \
-I include \
-DREV=$(REV) \
$(patsubst %,-pa $(TOP_DIR)/%/ebin, $(EDEPS)) $<
Expand Down

0 comments on commit 4ca5ed4

Please sign in to comment.