diff options
-rw-r--r-- | Build/source/texk/dvipng/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/dvipng/Makefile.in | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog b/Build/source/texk/dvipng/ChangeLog index 7e98c0c5d48..49d18975f03 100644 --- a/Build/source/texk/dvipng/ChangeLog +++ b/Build/source/texk/dvipng/ChangeLog @@ -1,8 +1,3 @@ -2007-01-05 Karl Berry <karl@tug.org> - - * Makefile.in (LIBS): hardwire -lm at end. maybe main is the - wrong symbol to check for?! - 2006-12-24 Karl Berry <karl@tug.org> * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in index 47f34831133..ad57e7e059d 100644 --- a/Build/source/texk/dvipng/Makefile.in +++ b/Build/source/texk/dvipng/Makefile.in @@ -65,7 +65,7 @@ CPPFLAGS = @CPPFLAGS@ -I. $(lib_cppflags) # -I. must come first, or get gd/config.h. LN_S = @LN_S@ -LIBS = $(lib_libs) @LIBS@ -lm +LIBS = $(lib_libs) @LIBS@ LDFLAGS = @LDFLAGS@ srcdir = @srcdir@ |