diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-05 18:15:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-05 18:15:52 +0000 |
commit | 82e89f1237212ea06c05f10334425b3c3ed3d3b3 (patch) | |
tree | ceffa9ad6ab8f3ef9087b2f45a72a0c7afebb49a /enc/Makefile.in | |
parent | f694ec83e885f273ac4e0535d7f9e5e1ed9a70be (diff) | |
download | ruby-82e89f1237212ea06c05f10334425b3c3ed3d3b3.tar.gz |
* enc/depend: added rules for .c from .erb.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/Makefile.in')
-rw-r--r-- | enc/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in index 436c0f4e32..488e0b8a6f 100644 --- a/enc/Makefile.in +++ b/enc/Makefile.in @@ -42,9 +42,12 @@ ldflags = $(LDFLAGS) dldflags = @DLDFLAGS@ archflag = @ARCH_FLAG@ DLDFLAGS = $(ldflags) $(dldflags) $(archflag) +BASERUBY = @BASERUBY@ RM = @RM@ +.SUFFIXES: .erb.c + all: clean: |