1234567891011121314151617 |
- Description: Properly clean up in clean target
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Bug-Debian: https://bugs.debian.org/1043891
- Forwarded: no
- Last-Update: 2024-08-31
- --- a/Makefile.in
- +++ b/Makefile.in
- @@ -44,7 +44,7 @@
- ./test.sh
-
- clean: check-clean
- - rm -f libbgpdump.so libbgpdump.a example bgpdump $(LIB_O)
- + rm -f libbgpdump.so libbgpdump.a example bgpdump $(LIB_O) test bgpdump.spec
-
- distclean: clean
- rm -Rf config.log config.status *.dSYM core *.core autom4te.cache bgpdump-config.h Makefile
|