mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
parent
79d77b38b8
commit
19eae45e01
1 changed files with 2 additions and 2 deletions
|
|
@ -149,9 +149,9 @@ $(PIPE_OBJECTS): %.o: %.c
|
|||
$(CC) -c -o $@ $< $(PIPE_CPPFLAGS) $(PIPE_CFLAGS) $(CFLAGS)
|
||||
|
||||
install: $(PIPE_TARGETS)
|
||||
$(INSTALL) -d $(PIPE_INSTALL_DIR)
|
||||
$(INSTALL) -d $(DESTDIR)/$(PIPE_INSTALL_DIR)
|
||||
for tgt in $(PIPE_TARGETS); do \
|
||||
$(MINSTALL) "$$tgt" $(PIPE_INSTALL_DIR); \
|
||||
$(MINSTALL) "$$tgt" $(DESTDIR)/$(PIPE_INSTALL_DIR); \
|
||||
done
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue