mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Adding install target for purify binaries
This commit is contained in:
parent
4b33ec0b5b
commit
4ed94d6668
@ -458,7 +458,7 @@ ifeq ($(CPP_PROG_LINK),1)
|
||||
else
|
||||
$(PURIFY) $(CCF) -o $^.pure $(PROGOBJS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) $(OS_LIBS) $(EXTRA_LIBS)
|
||||
endif
|
||||
|
||||
$(INSTALL) -m 555 $^.pure $(DIST)/bin
|
||||
|
||||
ifneq ($(OS_ARCH),OS2)
|
||||
$(LIBRARY): $(OBJS) $(LOBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user