openwrt_archive/net/horst/patches/100-compile-fixes.patch
Nicolas Thill 0f45c9236c packages/horst: update to 3.0 (closes: #10006)
SVN-Revision: 29270
2011-11-20 04:30:45 +00:00

22 lines
347 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,7 @@ CFLAGS+=-DPCAP
LIBS+=-lpcap
endif
-buildstamp=.build_debug$(DEBUG)pcap$(PCAP)
-
-all: $(buildstamp) $(NAME)
+all: $(NAME)
# include dependencies
average.o: average.h util.h
@@ -73,7 +71,3 @@ clean:
-rm -f *.o *~
-rm -f $(NAME)
-rm -f .build_*
-
-$(buildstamp):
- make clean
- touch $@