From 820a3f8e0de06e86855f6818d87a7db88258d51b Mon Sep 17 00:00:00 2001 From: abubakarsabir924-cell Date: Thu, 26 Mar 2026 11:27:39 -0700 Subject: [PATCH] packaging: remove legacy .egg references from Makefile.com --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2d6d180e0..1744a5de0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,9 +69,7 @@ install-exec-local: .stamp-distutils-in-builddir # about how distutils works to do this. Unfortunately, distutils # doesn't provide a way to do this itself. uninstall-local: - rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info rm -rf $(DESTDIR)/$(pythondir)/cupshelpers/__pycache__ - rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.egg rm -rf $(DESTDIR)/$(pythondir)/cupshelpers*.dist-info for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \ rm -f $(DESTDIR)/$(pythondir)/$$file*; \ @@ -401,8 +399,6 @@ DISTCLEANFILES=*.pyc *.pyo *~ *.bak \ distclean-local: rm -rf html rm -rf cupshelpers/__pycache__ - rm -rf cupshelpers.egg-info/ - rm -rf dist/cupshelpers*.egg rm -rf dist .PHONY: update-po missing-languages run help FORCE