mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
No need for an extra macro just to install a single file.
This commit is contained in:
parent
2412623576
commit
77ba3edc63
@ -25,13 +25,11 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
RUN_MOZILLA_SCRIPT = $(srcdir)/run-mozilla.sh
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
export::
|
||||
chmod 755 mozilla-config
|
||||
$(INSTALL) -m 755 mozilla-config $(DIST)/bin
|
||||
|
||||
install:: $(RUN_MOZILLA_SCRIPT)
|
||||
$(INSTALL) $(RUN_MOZILLA_SCRIPT) $(DIST)/bin
|
||||
install:: $(srcdir)/run-mozilla.sh
|
||||
$(INSTALL) $< $(DIST)/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user