diff options
author | Keith Whitwell <[email protected]> | 2005-01-19 11:10:27 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-19 11:10:27 +0000 |
commit | 520e56f232dfe9f15e2f910be96238862aa5080a (patch) | |
tree | 9e1b76b300a0db0ba275ea3191463832d1e16b47 /src/glx/x11 | |
parent | c98323bd896d51d1ad91b46e73e6eeebcfe78c4f (diff) |
Depend tweaks
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 910db404b5d..14292453cbb 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -94,10 +94,9 @@ drmtest: xf86drm.o drmtest.o rm -f drmtest && $(CC) -o drmtest xf86drm.o drmtest.o -depend: $(C_SOURCES) $(ASM_SOURCES) +depend: $(C_SOURCES) $(ASM_SOURCES) Makefile touch depend - $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) \ - > /dev/null + $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(ASM_SOURCES) # Emacs tags |