components/openssl/openssl-fips/Makefile
changeset 4252 891a844655c4
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
4251:2bf7e2c1ca74 4252:891a844655c4
    53 FAKE_ISALIST = 32/isalist
    53 FAKE_ISALIST = 32/isalist
    54 FAKE_MAKE = fips-gmake
    54 FAKE_MAKE = fips-gmake
    55 FAKE_CC = cc
    55 FAKE_CC = cc
    56 FAKE_APPS = $(FAKE_ISALIST) $(FAKE_MAKE) $(FAKE_CC)
    56 FAKE_APPS = $(FAKE_ISALIST) $(FAKE_MAKE) $(FAKE_CC)
    57 
    57 
    58 CLOBBER_PATHS += $(FAKE_APPS)
    58 CLEAN_PATHS += $(FAKE_APPS)
    59 
    59 
    60 # Do not use $(PWD), it would not work if run from a different directory with
    60 # Do not use $(PWD), it would not work if run from a different directory with
    61 # "gmake -C" as we do from openssl-1.0.1
    61 # "gmake -C" as we do from openssl-1.0.1
    62 # we'll also pick up gcc if we find it in the path, so force it to
    62 # we'll also pick up gcc if we find it in the path, so force it to
    63 # find one that doesn't work like it wants
    63 # find one that doesn't work like it wants