Tags: patch

I attach a fix provided into Ubuntu package. It does not affect Debian
directly, but it could be useful for system which link /bin/sh to dash.

Thank you.
diff -pruN 0.14-1/Makefile 0.14-1ubuntu1/Makefile
--- 0.14-1/Makefile	2004-06-05 13:49:40.000000000 +0100
+++ 0.14-1ubuntu1/Makefile	2007-11-20 11:12:10.000000000 +0000
@@ -2,8 +2,8 @@ CC=gcc
 LDFLAGS=
 CFLAGS=-Wall -O2
 objects=conditions.o getstats.o mainloop.o cp2memory.o datastruct.o sysfence.o
-parseopt=parseopt/{confread,lex,parse}.o
-sys=sys/{exit,xalloc,log,communication,sighandlers,processtitle,users}.o
+parseopt=parseopt/confread.o parseopt/lex.o parseopt/parse.o
+sys=sys/exit.o sys/xalloc.o sys/log.o sys/communication.o sys/sighandlers.o sys/processtitle.o sys/users.o
 
 %.o: %.c
 	$(CC) -c $(CFLAGS) $< -o $@

Reply via email to