diff options
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/Makefile.in b/text-utils/Makefile.in index 47bc89c2e..31f871518 100644 --- a/text-utils/Makefile.in +++ b/text-utils/Makefile.in @@ -274,7 +274,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ usrbinexecdir = $(prefix)/usr/bin usrsbinexecdir = $(prefix)/usr/sbin -AM_CPPFLAGS = -include $(top_srcdir)/config.h -I$(top_srcdir)/include +AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include DEFAULT_INCLUDES = hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c odsyntax.c parse.c man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 \ |