diff options
Diffstat (limited to 'gdtoa/Makefile.in')
-rw-r--r-- | gdtoa/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gdtoa/Makefile.in b/gdtoa/Makefile.in index 1db39664..6ca4b29d 100644 --- a/gdtoa/Makefile.in +++ b/gdtoa/Makefile.in @@ -219,7 +219,7 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libgdtoa.la -libgdtoa_la_CPPFLAGS = -I$(srcdir) +libgdtoa_la_CPPFLAGS = -I$(top_builddir) libgdtoa_la_SOURCES = \ dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c g_ffmt.c \ g_xLfmt.c g_xfmt.c gdtoa.c gethex.c gmisc.c hd_init.c hexnan.c \ @@ -1007,15 +1007,15 @@ uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgincludeHEADERS $(libgdtoa_la_SOURCES): arith.h gd_qnan.h arith.h: arithchk.c - $(CC) $(CFLAGS) -o $(srcdir)/arithchk $< || \ - $(CC) -DNO_LONG_LONG $(CFLAGS) -o $(srcdir)/arithchk $< - $(srcdir)/arithchk > $(srcdir)/$@ - rm -f $(srcdir)/arithchk + $(CC) $(CFLAGS) -o $(top_builddir)/arithchk $< || \ + $(CC) -DNO_LONG_LONG $(CFLAGS) -o $(top_builddir)/arithchk $< + $(top_builddir)/arithchk > $(top_builddir)/$@ + rm -f $(top_builddir)/arithchk gd_qnan.h: qnan.c arith.h - $(CC) $(CFLAGS) -o $(srcdir)/qnan -I$(srcdir) $< - $(srcdir)/qnan > $(srcdir)/$@ - rm -f $(srcdir)/qnan + $(CC) $(CFLAGS) -o $(top_builddir)/qnan -I$(top_builddir) $< + $(top_builddir)/qnan > $(top_builddir)/$@ + rm -f $(top_builddir)/qnan # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |