Targets build too fast.

This commit is contained in:
Ben Laurie
2003-10-28 14:56:14 +00:00
parent fdf12fd455
commit ffe8370a18
6 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ all: check lib
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
@sleep 2; touch lib
check:
TOP=`pwd`/$(TOP) ../fips_check_sha1 fingerprint.sha1 $(SRC) $(HEADER)