Fix INCLUDES.

This commit is contained in:
Akim Demaille
2001-12-15 16:35:48 +00:00
parent 1a4648ff0d
commit a64d6fe0c3

View File

@@ -25,7 +25,7 @@ noinst_LIBRARIES = libbison.a
# config.h in build/., and system.h is in src/src/. # config.h in build/., and system.h is in src/src/.
INCLUDES = -I$(top_builddir)/intl \ INCLUDES = -I$(top_builddir)/intl \
-I$(top_builddir) \ -I$(top_builddir) \
-I$(top_srcdir)/ \ -I$(top_srcdir)/src \
-I$(top_srcdir)/intl \ -I$(top_srcdir)/intl \
-I$(top_srcdir)/lib -I$(top_srcdir)/lib