Adding install target for purify binaries

This commit is contained in:
mcafee%netscape.com 1999-03-09 04:21:51 +00:00
parent 4b33ec0b5b
commit 4ed94d6668

View File

@ -458,7 +458,7 @@ ifeq ($(CPP_PROG_LINK),1)
else else
$(PURIFY) $(CCF) -o $^.pure $(PROGOBJS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) $(OS_LIBS) $(EXTRA_LIBS) $(PURIFY) $(CCF) -o $^.pure $(PROGOBJS) $(LDFLAGS) $(LIBS_DIR) $(LIBS) $(OS_LIBS) $(EXTRA_LIBS)
endif endif
$(INSTALL) -m 555 $^.pure $(DIST)/bin
ifneq ($(OS_ARCH),OS2) ifneq ($(OS_ARCH),OS2)
$(LIBRARY): $(OBJS) $(LOBJS) $(LIBRARY): $(OBJS) $(LOBJS)