diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-08-03 06:09:12 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-08-03 06:57:18 -0700 |
commit | aa8272dd31b69f84d19dbe2c45889b806df8260e (patch) | |
tree | 2f7017b785b6e569cfca35ccf7427ffbdac84c00 /man | |
parent | 888f6c238de6f09cc5b079ae22c6f37496083007 (diff) |
man: missing .man suffixes in prereq rules breaks parallel make
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index a51f65a..27f49da 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -125,7 +125,7 @@ XGetDeviceDontPropagateList.man: XChangeDeviceDontPropagateList.man XChangeDeviceControl.man: XGetDeviceControl.man XChangeDeviceKeyMapping.man: XGetDeviceKeyMapping.man XSetDeviceModifierMapping.man: XGetDeviceModifierMapping.man -XDeviceTimeCoord: XGetDeviceMotionEvents.man +XDeviceTimeCoord.man: XGetDeviceMotionEvents.man XChangeFeedbackControl.man: XGetFeedbackControl.man XUngrabDeviceButton.man: XGrabDeviceButton.man XUngrabDeviceKey.man: XGrabDeviceKey.man @@ -139,7 +139,7 @@ XChangeDeviceProperty.man: XGetDeviceProperty.man XDeleteDeviceProperty.man: XGetDeviceProperty.man # XI2 prereqs -XIUndefineCursor: XIDefineCursor.man +XIUndefineCursor.man: XIDefineCursor.man XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man: XIGrabButton.man XIGetClientPointer.man: XISetClientPointer.man XIGetFocus.man: XISetFocus.man |