summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 14:29:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-24 14:29:51 +0000
commit59a1754a643082d12f9e0347a50d5bbe2ca3d271 (patch)
tree9e1c4f45bf821de7fda7042830cfd4aaaf0a7a33 /Makefile.in
parentb676e2671eaf82b7d1c71988d3f951183eef612b (diff)
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
intermediate files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a4560ea2c5..09275ce4c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -194,11 +194,10 @@ lex.c: keywords
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -S $<
clean-local::
- @$(RM) ext/extinit.c ext/extinit.$(OBJEXT)
+ @$(RM) ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output
distclean-local::
@$(RM) ext/config.cache $(RBCONFIG)
- @-$(RM) ext/ripper/y.output
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c