Skip to content

Commit

Permalink
Fix apilist, exportlist and malloclist to build directly after config…
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 19, 2011
1 parent f77d1a5 commit 68b83a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/gen/makefiles/root.in
Original file line number Diff line number Diff line change
Expand Up @@ -2993,13 +2993,13 @@ HEADERIZER_O_FILES = \
headerizer : src/core_pmcs.c src/extend_vtable.c
$(HEADERIZER) $(HEADERIZER_O_FILES) compilers/imcc/imcc.y

apilist: src/core_pmcs.c
apilist: src/core_pmcs.c src/extend_vtable.c
$(HEADERIZER) --macro=PARROT_API $(HEADERIZER_O_FILES)

exportlist: src/core_pmcs.c
exportlist: src/core_pmcs.c src/extend_vtable.c
$(HEADERIZER) --macro=PARROT_EXPORT $(HEADERIZER_O_FILES)

malloclist: src/core_pmcs.c
malloclist: src/core_pmcs.c src/extend_vtable.c
$(HEADERIZER) --macro=PARROT_MALLOC $(HEADERIZER_O_FILES)

include src/dynpmc/Rules.mak
Expand Down

0 comments on commit 68b83a9

Please sign in to comment.