From c5fd704e48333fb8e690d78a3be1303f6c2638c7 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 3 Jun 1998 08:35:40 +0000 Subject: Protocols will reside in directory `proto'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a1716a..962a71c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses PROTOCOLS= LIBDIRS=sysdep/linux sysdep/unix lib -STDDIRS=nest $(PROTOCOLS) +STDDIRS=nest $(addprefix proto/,$(PROTOCOLS)) DIRS=$(STDDIRS) $(OBJDIR)/lib PARTOBJS=$(join $(addsuffix /,$(STDDIRS)),$(subst /,_,$(addsuffix .o,$(STDDIRS)))) LIBS=$(OBJDIR)/lib/birdlib.a -- cgit v1.2.3