Skip to content

Commit

Permalink
Make the right thing depend on the bigint repr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 4, 2011
1 parent 2163a93 commit ebffd93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build/Makefile.in
Expand Up @@ -180,7 +180,6 @@ METAMODEL_SOURCE = src/6model/sixmodelobject.h src/6model/sixmodelobject.c \
src/6model/reprs/KnowHOWREPR.h src/6model/reprs/KnowHOWREPR.c \
src/6model/reprs/P6opaque.h src/6model/reprs/P6opaque.c \
src/6model/reprs/P6int.h src/6model/reprs/P6int.c \
src/6model/reprs/P6bigint.h src/6model/reprs/P6bigint.c \
src/6model/reprs/P6str.h src/6model/reprs/P6str.c \
src/6model/reprs/P6num.h src/6model/reprs/P6num.c \
src/6model/reprs/HashAttrStore.h src/6model/reprs/HashAttrStore.c \
Expand Down Expand Up @@ -926,7 +925,7 @@ $(OPS_DIR)/$(OPS)$(LOAD_EXT): $(OPS_DIR)/$(OPS_SOURCE) $(DYNPMC)
3rdparty/libtommath/bn_s_mp_sub$(O): 3rdparty/libtommath/bn_s_mp_sub.c $(LIBTOMMATH_H)
cd 3rdparty/libtommath && $(CC) -c @cc_o_out@bn_s_mp_sub$(O) -I. $(CFLAGS) bn_s_mp_sub.c

$(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT): $(OPS_DIR)/$(BIGINT_OPS_SOURCE) $(LIBTOMMATH_BIN) $(LIBTOMMATH_H)
$(OPS_DIR)/$(BIGINT_OPS)$(LOAD_EXT): $(OPS_DIR)/$(BIGINT_OPS_SOURCE) $(LIBTOMMATH_BIN) $(LIBTOMMATH_H) src/6model/reprs/P6bigint.h src/6model/reprs/P6bigint.c
cd $(OPS_DIR) && $(OPS2C) C --dynamic $(BIGINT_OPS_SOURCE)
cd $(OPS_DIR) && $(CC) -c @cc_o_out@$(BIGINT_OPS)$(O) $(CINCLUDES) -I../../3rdparty/libtommath $(CFLAGS) $(BIGINT_OPS).c
cd src/6model/reprs && $(CC) -c @cc_o_out@P6bigint$(O) -I../../../$(PMC_DIR) -I../../../3rdparty/libtommath $(CINCLUDES) $(CFLAGS) P6bigint.c
Expand Down

0 comments on commit ebffd93

Please sign in to comment.