Makefile.linux: fix install dependencies
This commit is contained in:
parent
5eecb80cd2
commit
a933c76be4
|
@ -1,6 +1,6 @@
|
||||||
# $Id: Makefile.linux,v 1.95 2017/12/12 11:40:14 nanard Exp $
|
# $Id: Makefile.linux,v 1.95 2017/12/12 11:40:14 nanard Exp $
|
||||||
# MiniUPnP project
|
# MiniUPnP project
|
||||||
# (c) 2006-2020 Thomas Bernard
|
# (c) 2006-2021 Thomas Bernard
|
||||||
# http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
# http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||||
# Author : Thomas Bernard
|
# Author : Thomas Bernard
|
||||||
# for use with GNU Make
|
# for use with GNU Make
|
||||||
|
@ -131,7 +131,7 @@ clean:
|
||||||
$(RM) validateupnppermissions validategetifaddr validatessdppktgen
|
$(RM) validateupnppermissions validategetifaddr validatessdppktgen
|
||||||
$(RM) -r dox/
|
$(RM) -r dox/
|
||||||
|
|
||||||
install: miniupnpd $(SRCDIR)/miniupnpd.8 miniupnpd.conf \
|
install: miniupnpd $(SRCDIR)/miniupnpd.8 $(SRCDIR)/miniupnpd.conf \
|
||||||
$(NETFILTER_SCRIPTS) \
|
$(NETFILTER_SCRIPTS) \
|
||||||
$(SRCDIR)/linux/miniupnpd.init.d.script
|
$(SRCDIR)/linux/miniupnpd.init.d.script
|
||||||
$(STRIP) miniupnpd
|
$(STRIP) miniupnpd
|
||||||
|
|
Loading…
Reference in New Issue