Commit e347b0da authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Throw in comment so that one doesn't get tempted to optimize it away.

parent 52b1fbbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,9 +94,9 @@ links:
	@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
	@target=links; $(RECURSIVE_MAKE)

# lib: $(LIB): are splitted to avoid end-less loop
lib:	$(LIB)
	@touch lib

$(LIB):	$(LIBOBJ)
	$(AR) $(LIB) $(LIBOBJ)
	$(RANLIB) $(LIB) || echo Never mind.