updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / ripencc-bgpdump / remove-testbgpdump.patch
blob0a1d4fa108063f304b7e3458b3703d32c73c1852
1 --- Makefile.in.orig 2011-11-14 17:42:04.265410891 +0100
2 +++ Makefile.in 2011-11-14 17:44:29.202149432 +0100
3 @@ -29,7 +29,7 @@
4 $(COMPILE) $(LDFLAGS) -o libbgpdump.so $(LIB_O) $(SYS_LIBS)
6 example: example.c libbgpdump.a
7 - $(COMPILE) -o testbgpdump example.c libbgpdump.a $(SYS_LIBS)
8 + $(COMPILE) -o example.c libbgpdump.a $(SYS_LIBS)
10 bgpdump: bgpdump.c libbgpdump.a
11 $(COMPILE) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS)
12 @@ -41,15 +41,15 @@
13 ./test.sh
15 clean: check-clean
16 - rm -f libbgpdump.so libbgpdump.a testbgpdump bgpdump $(LIB_O)
17 + rm -f libbgpdump.so libbgpdump.a bgpdump $(LIB_O)
19 distclean: clean
20 rm -Rf config.log config.status *.dSYM core *.core autom4te.cache bgpdump-config.h Makefile
21 rm -Rf $(PKG)
23 -install: all testbgpdump
24 +install: all
25 install -d $(bindir) $(includedir) $(libdir)
26 - install bgpdump testbgpdump $(bindir)
27 + install bgpdump $(bindir)
28 install $(LIB_H) $(includedir)
29 install libbgpdump.so libbgpdump.a $(libdir)