diff options
| author | Glenn Morris | 2012-08-03 06:17:23 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-03 06:17:23 -0400 |
| commit | 0948632492830f08805f2c1250a9ababb6baa95a (patch) | |
| tree | b09af85701869216b2ac71ff475ebc7ce62db18d | |
| parent | fddc1855e20074786b238c4f9458bb7e72c612f4 (diff) | |
| download | emacs-0948632492830f08805f2c1250a9ababb6baa95a.tar.gz emacs-0948632492830f08805f2c1250a9ababb6baa95a.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 2aba86fe0d6..49dad9ea96d 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -875,7 +875,7 @@ MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t getopt.h \ | |||
| 875 | time.h time.h-t unistd.h unistd.h-t | 875 | time.h time.h-t unistd.h unistd.h-t |
| 876 | noinst_LIBRARIES = libgnu.a | 876 | noinst_LIBRARIES = libgnu.a |
| 877 | AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) | 877 | AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS) |
| 878 | DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src | 878 | DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src |
| 879 | libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ | 879 | libgnu_a_SOURCES = allocator.c c-ctype.h c-ctype.c c-strcase.h \ |
| 880 | c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \ | 880 | c-strcasecmp.c c-strncasecmp.c careadlinkat.c md5.c sha1.c \ |
| 881 | sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \ | 881 | sha256.c sha512.c dtoastr.c dtotimespec.c filemode.c \ |