mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
Remove -C flags for install which aren't universally supported.
This commit is contained in:
parent
85243b8120
commit
e0be62e2c5
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile $(TOP)/src/mesa/drive
|
|||
|
||||
|
||||
$(LIB_DIR)/$(LIBNAME): $(LIBNAME)
|
||||
install -C $(LIBNAME) $(LIB_DIR)
|
||||
install $(LIBNAME) $(LIB_DIR)
|
||||
|
||||
|
||||
|
||||
|
|
@ -102,6 +102,6 @@ clean:
|
|||
-rm -f depend depend.bak
|
||||
|
||||
install: $(LIBNAME)
|
||||
install -C $(LIBNAME) /usr/X11R6/lib/modules/dri/$(LIBNAME)
|
||||
install $(LIBNAME) /usr/X11R6/lib/modules/dri/$(LIBNAME)
|
||||
|
||||
include depend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue