diff options
author | Brian Behlendorf <[email protected]> | 2009-06-08 16:33:33 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-06-08 16:33:33 -0700 |
commit | 26f70525ee1234b4ae91a207ce4b5ddf84c322cc (patch) | |
tree | 865170235872355b34dfdcb386e0b2a0da670938 /Makefile.in | |
parent | 296b71a0fd8d594ab0d4edeccddd2e32ce21bb4f (diff) |
Refresh autogen products
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 292a7c048..81c9e3997 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,6 +51,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/config/kernel-bio-args.m4 \ $(top_srcdir)/config/kernel.m4 \ + $(top_srcdir)/config/user-arch.m4 \ $(top_srcdir)/config/user-ioctl.m4 \ $(top_srcdir)/config/user-libdiskmgt.m4 \ $(top_srcdir)/config/user-libefi.m4 \ @@ -157,6 +158,8 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ +TARGET_ARCH = @TARGET_ARCH@ +TARGET_ARCH_DIR = @TARGET_ARCH_DIR@ TOPDIR = @TOPDIR@ UNAME = @UNAME@ VERSION = @VERSION@ |