From: lostd Date: Thu, 23 Oct 2014 15:14:18 +0000 (+0300) Subject: The queue header is not needed for now X-Git-Tag: v1.0~92^2~137 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2d46c45a431ede154d0908c0a92a2c74b579ec04;p=nnn.git The queue header is not needed for now --- diff --git a/Makefile b/Makefile index 22130a54..bee31efa 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: $(BIN) $(BIN): $(OBJ) $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS) -noice.o: queue.h util.h config.h +noice.o: util.h config.h strlcpy.o: util.h install: all