diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,6 @@ -Tue Mar 30 10:33:05 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue Mar 30 12:36:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * configure.in (MINIOBJS): use dmydln.o on all platforms. * common.mk (COMMONOBJS): moved dln.o to OBJS not to conflict with dmydln.o. diff --git a/configure.in b/configure.in index a47db72355..d747ff9e4e 100644 --- a/configure.in +++ b/configure.in @@ -1655,7 +1655,6 @@ case "$target_os" in ;; darwin*) CFLAGS="$CFLAGS -pipe -fno-common" - MINIOBJS=dmydln.o ;; os2-emx) CFLAGS="$CFLAGS -DOS2" @@ -1716,7 +1715,6 @@ case "$target_os" in LIBRUBY='lib$(RUBY_SO_NAME).a' LIBRUBYARG='-l$(RUBY_SO_NAME)' fi - MINIOBJS=dmydln.o ;; hpux*) case "$YACC" in @@ -1725,11 +1723,11 @@ case "$target_os" in YACC="$YACC -Nl40000 -Nm40000" ;; esac - MINIOBJS=dmydln.o ;; *) ;; esac +MINIOBJS=dmydln.o case "$build_os" in *msdosdjgpp*) FIRSTMAKEFILE=GNUmakefile:djgpp/GNUmakefile.in;; |
