OSDN Git Service

Changed to remove the empty .deps directory in 'make distclean'.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 23 Aug 2020 02:15:20 +0000 (19:15 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 23 Aug 2020 02:15:20 +0000 (19:15 -0700)
src/Makefile.am

index 6b7d0c9..f4b5a0a 100644 (file)
@@ -220,8 +220,14 @@ install-data-local:
                $(srcdir)/$(cocoa_plist_strings_template) > $(appjadir)/InfoPlist.strings
 
 distclean-local:
+       -rm -r -f $(DEPDIR)
        -rm $(APPCONT)/Info.plist
        -rm $(appendir)/InfoPlist.strings
        -rm $(appjadir)/InfoPlist.strings
 
+else
+
+distclean-local:
+       -rm -r -f $(DEPDIR)
+
 endif