diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-09 19:51:17 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-09 19:51:17 -0800 |
commit | 28337cc1060bc08adef81c304dd9ed02d0a0e37b (patch) | |
tree | b9cc5a41a9a65affec3936f68826c9c8f0b180cc | |
parent | e1720b1089328af80ca0cb85e5289ced05263f95 (diff) |
Fix typo before the last commit.
-rw-r--r-- | hw/xfree86/os-support/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am index 5ade7e81c..6346d1c47 100644 --- a/hw/xfree86/os-support/Makefile.am +++ b/hw/xfree86/os-support/Makefile.am @@ -1,4 +1,4 @@ -t -SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) +SUBDIRS = bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) DIST_SUBDIRS = bsd bus misc linux lynxos solaris sysv sco usl hurd sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h \ |