Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use $(EXE) macro, not hard-coded .exe.
  • Loading branch information
jnthn committed Feb 20, 2014
1 parent 1d2c436 commit 1bd1ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-Parrot.in
Expand Up @@ -241,7 +241,7 @@ P_CORE_SOURCES = \
src/core/core_epilogue.pm \

PERL6_DEBUG_PBC = perl6-debug.pbc
PERL6_DEBUG_EXE = perl6-debug-p.exe
PERL6_DEBUG_EXE = perl6-debug-p$(EXE)

DOCS = README CREDITS LICENSE docs/*

Expand Down

0 comments on commit 1bd1ca3

Please sign in to comment.