mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
- remove duplicate includedir
This commit is contained in:
parent
0cb95500d2
commit
595e070364
@ -37,10 +37,11 @@ $(LIBGCRYPT_DIR)/.configured: $(LIBGCRYPT_DIR)/.source
|
|||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--includedir=/include \
|
|
||||||
--includedir=/usr/include \
|
--includedir=/usr/include \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
|
--disable-optimization \
|
||||||
|
--with-capabilities \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
@ -65,7 +66,6 @@ libgcrypt-clean:
|
|||||||
libgcrypt-dirclean:
|
libgcrypt-dirclean:
|
||||||
rm -rf $(LIBGCRYPT_DIR)
|
rm -rf $(LIBGCRYPT_DIR)
|
||||||
|
|
||||||
.PHONY: libgcrypt
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user