Skip to content

Commit

Permalink
Remove unused config var.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 3, 2010
1 parent 9c289e0 commit 8e5cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -44,7 +44,7 @@ O = @o@
LOAD_EXT = @load_ext@

## compiler
CFLAGS = @ccflags@ @cc_debug@ @ccwarn@ @cc_hasjit@ @cg_flag@ @gc_flag@ @cc_shared@ -I$(INCLUDE_DIR) -I$(INCLUDE_DIR)/pmc -I.
CFLAGS = @ccflags@ @cc_debug@ @ccwarn@ @cc_hasjit@ @gc_flag@ @cc_shared@ -I$(INCLUDE_DIR) -I$(INCLUDE_DIR)/pmc -I.
CC = @cc@
CCC = @cc@ -c
CC_OUT = @cc_o_out@
Expand Down

0 comments on commit 8e5cc43

Please sign in to comment.