Skip to content

Commit

Permalink
Apply most of a patch from (Reini Urban)++ to try and fix the Rakudo …
Browse files Browse the repository at this point in the history
…build on cygwin (removed one line that could break the build, probably depending on Parrot configuration).
  • Loading branch information
jnthn committed Apr 27, 2010
1 parent bd47b29 commit e51d6f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Makefile.in
Expand Up @@ -516,7 +516,7 @@ help:
#
config:
$(PERL) Configure.pl

$(PARROT):

CRITIC_FILES=Configure.pl t/harness build/ tools/
Expand All @@ -541,6 +541,8 @@ release: manifest

$(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS)
$(CP) $(DYNPMC) $(DYNOPS) $(DYNEXT_DIR)
$(CHMOD) 755 $(DYNEXT_TARGET)
$(CHMOD) 755 $(DYNEXT_DIR)/$(OPS)$(LOAD_EXT)

# (at)cc_o_out(at) and (at)ld_out(at) below cannot be assigned to
# makefile macros, because some make utilities drop the trailing
Expand Down

0 comments on commit e51d6f9

Please sign in to comment.