From 0f0be81c0ad6077edfabd559c56ee3e28bbf9152 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Fri, 29 Jun 2001 05:34:55 +0000 Subject: [PATCH] allow-all-target-for-rxstat-20010629 rxstat makefile lacked all target --- src/rxstat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rxstat/Makefile b/src/rxstat/Makefile index 7158bb8b5..5acf36db4 100644 --- a/src/rxstat/Makefile +++ b/src/rxstat/Makefile @@ -20,6 +20,8 @@ CFLAGS = $(DBUG) -I${SRCDIR}include ${XCFLAGS} LIBOBJS = rxstat.cs.o rxstat.ss.o rxstat.xdr.o rxstat.o +all: librxstat.a includes + rxstat.cs.c rxstat.ss.c rxstat.xdr.c rxstat.h: rxstat.xg ${RXGEN} -x rxstat.xg -- 2.39.5