]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Uninstall the version stamped tcpdump
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 13 Mar 2021 16:23:43 +0000 (17:23 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 13 Mar 2021 18:58:09 +0000 (19:58 +0100)
(cherry picked from commit 9389efe24be9bfbc4bcaeaaace605494e5d9394b)

Makefile.in

index 667b217c5d047eaf1ec709847532ec3fddb8f6b9..0ca3405927ac204a6536c715b2a546a71a11b922 100644 (file)
@@ -428,6 +428,7 @@ install: all
 
 uninstall:
        rm -f $(DESTDIR)$(bindir)/$(PROG)
+       rm -f $(DESTDIR)$(bindir)/$(PROG).`cat ${srcdir}/VERSION`
        rm -f $(DESTDIR)$(mandir)/man1/$(PROG).1
 
 lint: