Typo.
This commit is contained in:
parent
d875413a0b
commit
36b8f87566
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ links:
|
||||||
|
|
||||||
# lib: and $(LIB): are splitted to avoid end-less loop
|
# lib: and $(LIB): are splitted to avoid end-less loop
|
||||||
lib: $(LIB)
|
lib: $(LIB)
|
||||||
if [ "$(FIPSCANISTERINTERNAL)" = "n" -a -n "$(FIPSCANLOC)"]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi
|
if [ "$(FIPSCANISTERINTERNAL)" = "n" -a -n "$(FIPSCANLOC)" ]; then $(AR) ../$(FIPSCANLIB).a $(FIPSCANLOC); fi
|
||||||
@touch lib
|
@touch lib
|
||||||
|
|
||||||
$(LIB): $(FIPSLIBDIR)fipscanister.o
|
$(LIB): $(FIPSLIBDIR)fipscanister.o
|
||||||
|
|
Loading…
Reference in a new issue