]> granicus.if.org Git - yasm/commitdiff
Change ../ to $(top_builddir). It's clearer and safer.
authorPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2001 06:40:45 +0000 (06:40 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 18 Sep 2001 06:40:45 +0000 (06:40 -0000)
svn path=/trunk/yasm/; revision=185

modules/objfmts/dbg/Makefile.am
modules/optimizers/basic/Makefile.am
modules/optimizers/dbg/Makefile.am
modules/parsers/nasm/Makefile.am
modules/preprocs/raw/Makefile.am
src/Makefile.am
src/objfmts/dbg/Makefile.am
src/optimizers/basic/Makefile.am
src/optimizers/dbg/Makefile.am
src/parsers/nasm/Makefile.am
src/preprocs/raw/Makefile.am

index 37faa4a7117f6b195fa6480f4ec6d7b944658a99..8c74d03e2c638ffd0e9cc4a83a7bc5ed24b144fb 100644 (file)
@@ -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
index a970d32e9fd015d9581d56f4ecac74c705354205..351ce73b216d48a02eec57458f1247a196346a70 100644 (file)
@@ -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
index a970d32e9fd015d9581d56f4ecac74c705354205..351ce73b216d48a02eec57458f1247a196346a70 100644 (file)
@@ -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
index 71ef46d6c7b2cbcccceabb551e4af88d355362f6..e822aaa548dba560447e9d2682c68ccd0c0ecb7f 100644 (file)
@@ -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
index 22a3400c5bfa4a53a7ad3e61b07a28e62b212c28..55874d15881d21fedf956414c60ce7dd1d9f04ad 100644 (file)
@@ -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
index b64118842b862a81c3132e1e3c0eab7643ab064d..22c133cea37788c2be4f12bc1d7cbf441cd771c5 100644 (file)
@@ -2,7 +2,7 @@
 
 SUBDIRS = parsers preprocs optimizers objfmts
 
-INCLUDES = -I../intl
+INCLUDES = -I$(top_builddir)/intl
 
 bin_PROGRAMS = yasm
 
index 37faa4a7117f6b195fa6480f4ec6d7b944658a99..8c74d03e2c638ffd0e9cc4a83a7bc5ed24b144fb 100644 (file)
@@ -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
index a970d32e9fd015d9581d56f4ecac74c705354205..351ce73b216d48a02eec57458f1247a196346a70 100644 (file)
@@ -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
index a970d32e9fd015d9581d56f4ecac74c705354205..351ce73b216d48a02eec57458f1247a196346a70 100644 (file)
@@ -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
index 71ef46d6c7b2cbcccceabb551e4af88d355362f6..e822aaa548dba560447e9d2682c68ccd0c0ecb7f 100644 (file)
@@ -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
index 22a3400c5bfa4a53a7ad3e61b07a28e62b212c28..55874d15881d21fedf956414c60ce7dd1d9f04ad 100644 (file)
@@ -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