diff options
Diffstat (limited to 'src/ibrowse')
-rw-r--r-- | src/ibrowse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ibrowse/Makefile.am b/src/ibrowse/Makefile.am index 614bdc39..2ba7b31c 100644 --- a/src/ibrowse/Makefile.am +++ b/src/ibrowse/Makefile.am @@ -45,4 +45,4 @@ CLEANFILES = \ $(ibrowseebin_make_generated_file_list) %.beam: %.erl - $(ERLC) $< + $(ERLC) $(ERLC_FLAGS) $< |