From de5f31150638ba8550e566776002be25e455685c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 27 Feb 2025 11:08:15 -0500 Subject: [PATCH] Remove more references to old cups-config script. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 53cba9cef6..038a7c7369 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,6 @@ TESTOPTIONS = # all: - chmod +x cups-config echo Using ARCHFLAGS="$(ARCHFLAGS)" echo Using ALL_CFLAGS="$(ALL_CFLAGS)" echo Using ALL_CXXFLAGS="$(ALL_CXXFLAGS)" @@ -102,7 +101,6 @@ clean: distclean: clean $(RM) Makedefs config.h config.log config.status $(RM) conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf - $(RM) cups-config $(RM) cups.pc $(RM) desktop/cups.desktop $(RM) doc/index.html @@ -226,9 +224,6 @@ uninstall: echo Uninstalling in $$dir... ;\ (cd $$dir; $(MAKE) $(MFLAGS) uninstall) || exit 1;\ done - echo Uninstalling cups-config script... - $(RM) $(BINDIR)/cups-config - -$(RMDIR) $(BINDIR) echo Uninstalling cups.pc file... $(RM) $(CUPS_PKGCONFPATH)/cups.pc -$(RMDIR) $(CUPS_PKGCONFPATH) -- 2.47.2