]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove more references to old cups-config script.
authorMichael R Sweet <msweet@msweet.org>
Thu, 27 Feb 2025 16:08:15 +0000 (11:08 -0500)
committerMichael R Sweet <msweet@msweet.org>
Thu, 27 Feb 2025 16:08:15 +0000 (11:08 -0500)
Makefile

index 53cba9cef68d4f25cf849a9139c3c0193546ca13..038a7c736921d598e4754979b781cd09620371f8 100644 (file)
--- 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)