Owen wrote: > Well, looking at the my Makefile (recent git build, line 873) it reads; > uninstall: uninstall-recursive > > Which doesn't seem to go anywhere. Just another mystery for me > The uninstall-recursive target is enumerated in the RECURSIVE_TARGETS variable. All recursive targets are defined in one place, look for $(RECURSIVE_TARGETS):. It basically calls subdirs and invokes the uninstall-am target, which is defined as uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA. HTH - Martin _______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer