chiark / gitweb /
autopkgtests: Add machinery for regenerating test cases
[chiark-tcl.git] / base / Makefile
index 3698591c49addb759e415f9651aa5b420fe691b7..30c4f8faa43516139367dba10ba1092f97c5c6fd 100644 (file)
@@ -12,9 +12,7 @@
 # General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-# 02110-1301, USA.
+# along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 default:       all
 
@@ -30,5 +28,7 @@ SHLIB =               $(BASE_SHLIB)
 base+tcmdif.h: $(BASE_TCT) $(TCMDIFGEN)
                $(TCMDIFGEN) -wh -o$@ $<
 
+debian-substvars: all
+
 include shlib.make
 include final.make