Skip to content

Commit

Permalink
Put ops down at the end because they are so big and slow to compile/l…
Browse files Browse the repository at this point in the history
…int/splint

git-svn-id: https://svn.parrot.org/parrot/trunk@19907 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
petdance committed Jul 16, 2007
1 parent 0f1664a commit 6e18fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/gen/makefiles/root.in
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ IO_O_FILES = \
INTERP_O_FILES = \
$(SRC_DIR)/string$(O) \
\
$(OPS_DIR)/core_ops$(O) \
$(OPS_DIR)/core_ops_switch$(O) \
$(SRC_DIR)/builtin$(O) \
$(SRC_DIR)/byteorder$(O) \
$(SRC_DIR)/charset$(O) \
Expand Down Expand Up @@ -440,6 +438,8 @@ INTERP_O_FILES = \
$(SRC_DIR)/utils$(O) \
$(SRC_DIR)/vtables$(O) \
$(SRC_DIR)/warnings$(O) \
$(OPS_DIR)/core_ops$(O) \
$(OPS_DIR)/core_ops_switch$(O) \
\
$(PF_DIR)/pf_items$(O) \
\
Expand Down

0 comments on commit 6e18fa5

Please sign in to comment.