Skip to content

Commit

Permalink
Cannot use a Makefile variable in an include statement. Fix.
Browse files Browse the repository at this point in the history
(Or so it appears.)
  • Loading branch information
jkeenan committed Mar 18, 2012
1 parent cec7cc8 commit 21b8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -3143,7 +3143,7 @@ malloclist: src/core_pmcs.c src/extend_vtable.c

include src/dynpmc/Rules.mak
include src/dynoplibs/Rules.mak
include $(LIBRARY_DIR)/Rules.mak
include runtime/parrot/library/Rules.mak
include compilers/imcc/Rules.mak
include compilers/pge/Rules.mak
include compilers/pct/Rules.mak
Expand Down

0 comments on commit 21b8758

Please sign in to comment.