diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-19 23:05:52 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-19 23:05:52 +0000 |
| commit | 04c20141b933f3df8ae6ad88fbc6f695b74e22b4 (patch) | |
| tree | 6b65ad1b2fb397ea98f0fbb262337021cad1042b /common.mk | |
| parent | 2d4026712e7dd2ddfa61aa3904a168b69e069655 (diff) | |
| download | ruby-04c20141b933f3df8ae6ad88fbc6f695b74e22b4.tar.gz ruby-04c20141b933f3df8ae6ad88fbc6f695b74e22b4.tar.xz ruby-04c20141b933f3df8ae6ad88fbc6f695b74e22b4.zip | |
* common.mk: prec.c is removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
| -rw-r--r-- | common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -519,7 +519,6 @@ parse.$(OBJEXT): {$(VPATH)}parse.c {$(VPATH)}parse.y $(RUBY_H_INCLUDES) \ {$(VPATH)}oniguruma.h $(ID_H_INCLUDES) {$(VPATH)}regenc.h \ {$(VPATH)}regex.h {$(VPATH)}util.h {$(VPATH)}lex.c {$(VPATH)}keywords \ {$(VPATH)}debug.h {$(VPATH)}id.c -prec.$(OBJEXT): {$(VPATH)}prec.c $(RUBY_H_INCLUDES) {$(VPATH)}st.h proc.$(OBJEXT): {$(VPATH)}proc.c {$(VPATH)}eval_intern.h \ $(RUBY_H_INCLUDES) {$(VPATH)}st.h {$(VPATH)}node.h {$(VPATH)}util.h \ {$(VPATH)}vm_core.h {$(VPATH)}debug.h \ |
