2011-11-20 04:30:45 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -34,9 +34,7 @@ CFLAGS+=-DPCAP
|
2010-11-02 15:30:31 +00:00
|
|
|
LIBS+=-lpcap
|
|
|
|
endif
|
|
|
|
|
|
|
|
-buildstamp=.build_debug$(DEBUG)pcap$(PCAP)
|
|
|
|
-
|
|
|
|
-all: $(buildstamp) $(NAME)
|
|
|
|
+all: $(NAME)
|
|
|
|
|
|
|
|
# include dependencies
|
2011-11-20 04:30:45 +00:00
|
|
|
average.o: average.h util.h
|
|
|
|
@@ -73,7 +71,3 @@ clean:
|
2010-11-02 15:30:31 +00:00
|
|
|
-rm -f *.o *~
|
|
|
|
-rm -f $(NAME)
|
|
|
|
-rm -f .build_*
|
|
|
|
-
|
|
|
|
-$(buildstamp):
|
|
|
|
- make clean
|
|
|
|
- touch $@
|