Loading crypto/bf/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,10 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: # We need to use force because 'install' matches 'INSTALL' on case # insensitive systems FRC.install: install: FRC.install @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ Loading crypto/des/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,10 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: # We need to use force because 'install' matches 'INSTALL' on case # insensitive systems FRC.install: install: FRC.install @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ Loading Loading
crypto/bf/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,10 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: # We need to use force because 'install' matches 'INSTALL' on case # insensitive systems FRC.install: install: FRC.install @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ Loading
crypto/des/Makefile +4 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,10 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) install: # We need to use force because 'install' matches 'INSTALL' on case # insensitive systems FRC.install: install: FRC.install @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ do \ Loading