Throw in comment so that one doesn't get tempted to optimize it away.
This commit is contained in:
parent
52b1fbbd99
commit
e347b0da2b
@ -94,9 +94,9 @@ links:
|
|||||||
@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
|
@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
|
||||||
@target=links; $(RECURSIVE_MAKE)
|
@target=links; $(RECURSIVE_MAKE)
|
||||||
|
|
||||||
|
# lib: $(LIB): are splitted to avoid end-less loop
|
||||||
lib: $(LIB)
|
lib: $(LIB)
|
||||||
@touch lib
|
@touch lib
|
||||||
|
|
||||||
$(LIB): $(LIBOBJ)
|
$(LIB): $(LIBOBJ)
|
||||||
$(AR) $(LIB) $(LIBOBJ)
|
$(AR) $(LIB) $(LIBOBJ)
|
||||||
$(RANLIB) $(LIB) || echo Never mind.
|
$(RANLIB) $(LIB) || echo Never mind.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user