12 lines
594 B
Text
12 lines
594 B
Text
|
--- lib/Makefile.in.orig Tue Apr 6 10:28:36 1999
|
||
|
+++ lib/Makefile.in Wed Jul 4 18:32:54 2007
|
||
|
@@ -105,7 +105,7 @@ libsys_a_SOURCES = xgetcwd.c xmalloc.c getopt.c getopt
|
||
|
noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h pathmax.h regex.h xalloca.h xdirent.h xfnmatch.h xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h xunistd.h
|
||
|
|
||
|
|
||
|
-INCLUDES = -I. -I$(srcdir) -I../intl -I$(top_srcdir)/intl -I.. -I$(top_srcdir)
|
||
|
+INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)
|
||
|
|
||
|
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||
|
libsys_a_LIBADD = @LIBOBJS@ @ALLOCA@
|