OSDN Git Service

Correct project name references in mingwrt source files.
[mingw/mingw-org-wsl.git] / Makefile.in
index 8af42ca..91af279 100644 (file)
@@ -1,13 +1,13 @@
 # @configure_input@
 # $Id$
 #
-# Makefile template for MinGW.org composite System Libraries Packages
+# Makefile template for MinGW.OSDN composite System Libraries Packages
 
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
 PACKAGE_VERSION := @PACKAGE_VERSION@
 
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, 2019, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2019, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -110,6 +110,9 @@ dist: dist-subdirs dist-extra
        for file in $(addsuffix /$@/*,${subdirs}); do \
          test -f $$file && $(LN) $$file $@; done
 
+dist-subdirs: dist-subdirs-discard-obsolete
+dist-subdirs-discard-obsolete:; $(RM) $(addsuffix /dist/*.tar*,${subdirs})
+
 LUA = @LUA@
 LUACMD = $(if $(LUA),$(LUA) -e,false)