From 210e37ad86c86f30e2dec240096d08340d025fb5 Mon Sep 17 00:00:00 2001 From: root <> Date: Mon, 31 Dec 2001 14:20:16 +0000 Subject: [PATCH] pipebuf included as it is used by .bashrc/cvs*() functions [cs_CZ] pipebuf prilozen, nebot je pouzit z .bashrc/cvs*() functions --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5cc3e75..97b0cc6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CFLAGS+=-Wall -Wstrict-prototypes -ggdb3 #CFLAGS+=-O9 -fexpensive-optimizations -finline-functions #CFLAGS+=-pg -all: ../bin/unmime ../bin/flock +all: ../bin/unmime ../bin/flock ../bin/pipebuf ../bin/%: %.c $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@ -- 1.8.3.1