Change ../ to $(top_builddir). It's clearer and safer.

svn path=/trunk/yasm/; revision=185
0.3
Peter Johnson 24 years ago
parent ef19b09dc2
commit e649bada33
  1. 2
      modules/objfmts/dbg/Makefile.am
  2. 2
      modules/optimizers/basic/Makefile.am
  3. 2
      modules/optimizers/dbg/Makefile.am
  4. 2
      modules/parsers/nasm/Makefile.am
  5. 2
      modules/preprocs/raw/Makefile.am
  6. 2
      src/Makefile.am
  7. 2
      src/objfmts/dbg/Makefile.am
  8. 2
      src/optimizers/basic/Makefile.am
  9. 2
      src/optimizers/dbg/Makefile.am
  10. 2
      src/parsers/nasm/Makefile.am
  11. 2
      src/preprocs/raw/Makefile.am

@ -7,7 +7,7 @@ libobjfmt_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ liboptimizer_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ liboptimizer_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -29,7 +29,7 @@ AM_LFLAGS = -Pnasm_parser_ -olex.yy.c
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ libpreproc_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -2,7 +2,7 @@
SUBDIRS = parsers preprocs optimizers objfmts
INCLUDES = -I../intl
INCLUDES = -I$(top_builddir)/intl
bin_PROGRAMS = yasm

@ -7,7 +7,7 @@ libobjfmt_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ liboptimizer_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ liboptimizer_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -29,7 +29,7 @@ AM_LFLAGS = -Pnasm_parser_ -olex.yy.c
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

@ -7,7 +7,7 @@ libpreproc_a_SOURCES = \
INCLUDES = \
-I$(top_srcdir)/src \
-I../../../intl
-I$(top_builddir)/intl
if DEV
CFLAGS = -ansi -pedantic -Wall -g

Loading…
Cancel
Save