Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure bigint ops file is copied to dynext dir.
  • Loading branch information
jnthn committed Oct 28, 2011
1 parent fcd90db commit 9491f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/Makefile.in
Expand Up @@ -412,6 +412,7 @@ $(NCI_PBC): $(NQP_EXE)
$(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT)
$(CP) $(DYNPMC) $(DYNEXT_DIR)
$(CP) $(DYNOPS) $(DYNEXT_DIR)
$(CP) $(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT) $(DYNEXT_DIR)
$(CHMOD) 755 $(DYNEXT_TARGET)
$(CHMOD) 755 $(DYNEXT_DIR)/$(OPS)$(LOAD_EXT)

Expand Down

0 comments on commit 9491f38

Please sign in to comment.