summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 08:56:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 08:56:49 +0000
commite516438581a6ff13b994aaed48963b4e0720fbd0 (patch)
treedc8b319e24e47f2414e300f6ab3d28099bcb3b9e /Makefile.in
parent1c7f72dac2b864ceeccc6b6b871c6207340c8876 (diff)
Makefile.in: move probes.h to all-incs
* Makefile.in (incs): probes.h is a platform dependent file, so it cannot be a part of prereq target. move it to all-incs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e3a1ff5d03..1af569b80c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -264,7 +264,8 @@ reconfig config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in \
$(srcdir)/configure: $(srcdir)/configure.in
$(CHDIR) $(srcdir) && exec $(AUTOCONF)
-incs: id.h probes.h
+incs: id.h
+all-incs: probes.h
# Things which should be considered:
# * with gperf v.s. without gperf