packages/horst: update to 3.0 (closes: #10006)
[packages.git] / net / horst / patches / 100-compile-fixes.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -34,9 +34,7 @@ CFLAGS+=-DPCAP
4  LIBS+=-lpcap
5  endif
6  
7 -buildstamp=.build_debug$(DEBUG)pcap$(PCAP)
8 -
9 -all: $(buildstamp) $(NAME)
10 +all: $(NAME)
11  
12  # include dependencies
13  average.o: average.h util.h
14 @@ -73,7 +71,3 @@ clean:
15         -rm -f *.o *~
16         -rm -f $(NAME)
17         -rm -f .build_*
18 -
19 -$(buildstamp):
20 -       make clean
21 -       touch $@