From 6aac6bb6c8ceea467a12dc5a6810d73cf516a445 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 18 Mar 1999 00:53:57 +0000 Subject: gack. don't exit on command format errors from subprocess --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a93c2b48..ad7d36bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-Wall -D_GNU_SOURCE +CFLAGS+=-Wall -D_GNU_SOURCE -g PROGS=usernetctl doexec netreport testd usleep ipcalc initlog minilogd loglevel INITLOG_OBJS=initlog.o process.o -- cgit