mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 14:10:37 +02:00
xlib: fix dependencies
This commit is contained in:
parent
2fa407be8b
commit
ecc563b17f
1 changed files with 2 additions and 2 deletions
|
|
@ -69,11 +69,11 @@ $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(XLIB_WINSYS_OBJECTS) $(LIBS) Makefile
|
|||
--start-group $(LIBS) --end-group $(GL_LIB_DEPS)
|
||||
|
||||
|
||||
depend: $(ALL_SOURCES)
|
||||
depend: $(XLIB_WINSYS_SOURCES)
|
||||
@ echo "running $(MKDEP)"
|
||||
@ rm -f depend # workaround oops on gutsy?!?
|
||||
@ touch depend
|
||||
@ $(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(ALL_SOURCES) \
|
||||
$(MKDEP) $(MKDEP_OPTIONS) $(DEFINES) $(INCLUDE_DIRS) $(XLIB_WINSYS_SOURCES) \
|
||||
> /dev/null 2>/dev/null
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue