filename | Makefile.in |
changeset | 931:430048ea8b71 |
prev | 900:609fa702406b |
next | 964:f2f3c7612d06 |
author | nkeynes |
date | Tue Dec 23 05:48:05 2008 +0000 (14 years ago) |
branch | lxdream-mem |
permissions | -rw-r--r-- |
last change | More refactoring and general cleanup. Most things should be working again now. Split off cache and start real implementation, breaking save states in the process |
file | annotate | diff | log | raw |
1.1 --- a/Makefile.in Sun Oct 26 00:52:32 2008 +00001.2 +++ b/Makefile.in Tue Dec 23 05:48:05 2008 +00001.3 @@ -44,7 +44,8 @@1.4 config.sub depcomp install-sh missing mkinstalldirs1.5 subdir = .1.6 ACLOCAL_M4 = $(top_srcdir)/aclocal.m41.7 -am__aclocal_m4_deps = $(top_srcdir)/configure.in1.8 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \1.9 + $(top_srcdir)/configure.in1.10 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \1.11 $(ACLOCAL_M4)1.12 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
.