1 --- orig/elhttp-0.22/Makefile 2004-06-18 15:32:17.000000000 +0200
2 +++ elhttp-0.22/Makefile 2005-11-21 18:04:23.000000000 +0100
7 - gcc -O -W -Wall -o elhttp elhttp.c
11 - gcc -O -W -Wall -o elhttp elhttp.c -lsocket -lnsl
15 - cc -O -o elhttp elhttp.c
17 + $(CC) -O -W -Wall -o elhttp elhttp.c
20 + install -d -m0755 $(DESTDIR)/usr/sbin
21 + install -m0755 elhttp $(DESTDIR)/usr/sbin/