No need for an extra macro just to install a single file.
git-svn-id: svn://10.0.0.236/trunk@46745 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d553d5c9ef
commit
d998abaf08
@ -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