mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-02 13:56:59 +00:00
Makefile: add proper dependency info for install targets
This commit is contained in:
4
Makefile
4
Makefile
@ -48,11 +48,11 @@ CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"
|
|||||||
|
|
||||||
all: $(ALL_LIBS) $(ALL_TOOLS)
|
all: $(ALL_LIBS) $(ALL_TOOLS)
|
||||||
|
|
||||||
install-config:
|
install-config: src/proxychains.conf
|
||||||
install -d $(DESTDIR)$(sysconfdir)
|
install -d $(DESTDIR)$(sysconfdir)
|
||||||
install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)$(sysconfdir)/
|
install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)$(sysconfdir)/
|
||||||
|
|
||||||
install:
|
install: $(ALL_LIBS) $(ALL_TOOLS)
|
||||||
install -d $(DESTDIR)$(bindir)/ $(DESTDIR)$(libdir)/
|
install -d $(DESTDIR)$(bindir)/ $(DESTDIR)$(libdir)/
|
||||||
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)$(bindir)/
|
install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)$(bindir)/
|
||||||
install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)$(libdir)/
|
install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)$(libdir)/
|
||||||
|
Reference in New Issue
Block a user