diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-19 01:04:53 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-19 01:04:53 +0000 |
commit | f567a1a4d9b90ff2e20f4a1238d39dfbf5db6995 (patch) | |
tree | 5b4d1848a5ff270df3cba1bda89098399710faa0 /Makefile.in | |
parent | e1ffb8766802e7d2887d90f124747f4a8991cc20 (diff) | |
download | ruby-f567a1a4d9b90ff2e20f4a1238d39dfbf5db6995.tar.gz |
* Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.
* common.mk: fix path of probes.dmyh.
* configure.in: FreeBSD's USDT requires libelf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 46033d0c07..0306d99b4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -177,6 +177,8 @@ MESSAGE_END = ; do echo "$$line"; done configure_args = @configure_args@ #### End of variables +.SUFFIXES: .inc .h .c .y .i .$(DTRACE_EXT) + all: .DEFAULT: all |