diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-05-30 19:54:25 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-05-30 19:56:46 +0100 |
commit | 8bb1925ce83515104a62906f743cb70fdb5eeb3e (patch) | |
tree | 9b77af9c2d73d54b33b751e6bb1004b62affe9b9 /Makefile | |
parent | 0125065a6f39e2355d79f4cda4b59ed08709235f (diff) |
Makefile: remove stray TARBALL_DIR reference
Should have been removed in e56bca1dacec0de11dfef4b52801e7377dcfc630.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -85,8 +85,6 @@ uninstall: clean: rm -f $(BINARIES) $(MANPAGE) $(BUSTLE_PCAP_GENERATED_HEADERS) $(DESKTOP_FILE) $(APPDATA_FILE) - if test -d ./$(TARBALL_DIR); then rm -r ./$(TARBALL_DIR); fi - rm -f ./$(TARBALL) # Icon cache stuff gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DATADIR)/icons/hicolor |