We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729bb8c commit 7f2448eCopy full SHA for 7f2448e
1 file changed
Makefile
@@ -11,9 +11,9 @@ shmem.o: shmem.c shm.h
11
$(CC) $(CFLAGS) -c shmem.c -o $@
12
13
install: libandroid-shmem.a libandroid-shmem.so shm.h
14
- install -D libandroid-shmem.a $(PREFIX)/lib/libandroid-shmem.a
15
- install -D libandroid-shmem.so $(PREFIX)/lib/libandroid-shmem.so
16
- install -D shm.h $(PREFIX)/include/sys/shm.h
+ install -D libandroid-shmem.a $(DESTDIR)$(PREFIX)/lib/libandroid-shmem.a
+ install -D libandroid-shmem.so $(DESTDIR)$(PREFIX)/lib/libandroid-shmem.so
+ install -D shm.h $(DESTDIR)$(PREFIX)/include/sys/shm.h
17
18
clean:
19
rm -f libandroid-shmem.a libandroid-shmem.so
0 commit comments