Skip to content

Commit

Permalink
dynpmc/Rules: Revert OS build rules to pre 97aa16a
Browse files Browse the repository at this point in the history
The rule to build os.str seems to be unnecessary and breaks nmake.
  • Loading branch information
Benabik committed Sep 16, 2012
1 parent 10f5111 commit 76badef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dynpmc/Rules.in
Expand Up @@ -132,16 +132,12 @@ src/dynpmc/pmc_os.h : src/dynpmc/os.c
src/dynpmc/os$(O): \
src/dynpmc/os.c \
$(DYNPMC_H_FILES) \
src/dynpmc/os.str \
src/dynpmc/pmc_os.h \
include/pmc/pmc_fixedintegerarray.h

src/dynpmc/os.c: src/dynpmc/os.dump
$(PMC2CC) src/dynpmc/os.pmc

src/dynpmc/os.str: src/dynpmc/os.c
$(PERL) $(BUILD_TOOLS_DIR)/c2str.pl $< >$@

src/dynpmc/os.dump: src/dynpmc/os.pmc vtable.dump $(CLASS_O_FILES)
$(PMC2CD) src/dynpmc/os.pmc

Expand Down

0 comments on commit 76badef

Please sign in to comment.