horst: Fix parallel build. The "buildstamp" rule runs "make clean" in parallel with...
[openwrt/svn-archive/archive.git] / net / horst / patches / 100-compile-fixes.patch
1 Index: horst-2.0-rc1/Makefile
2 ===================================================================
3 --- horst-2.0-rc1.orig/Makefile 2010-11-02 16:26:44.449999688 +0100
4 +++ horst-2.0-rc1/Makefile 2010-11-02 16:27:13.640982158 +0100
5 @@ -28,9 +28,7 @@
6 LIBS+=-lpcap
7 endif
8
9 -buildstamp=.build_debug$(DEBUG)pcap$(PCAP)
10 -
11 -all: $(buildstamp) $(NAME)
12 +all: $(NAME)
13
14 # include dependencies
15 protocol_parser.o: protocol_parser.h ieee80211.h ieee80211_radiotap.h ieee80211_util.h \
16 @@ -48,7 +46,3 @@
17 -rm -f *.o *~
18 -rm -f $(NAME)
19 -rm -f .build_*
20 -
21 -$(buildstamp):
22 - make clean
23 - touch $@