chiark / gitweb /
Makefiles: Refer to $(BASE_DIR) rather than ../base/
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 Apr 2018 19:21:24 +0000 (20:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 Apr 2018 19:21:25 +0000 (20:21 +0100)
Making out-of-tree extentions a bit easier.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
base/extension.make
debian/changelog

index 0d63e4fc80f1b71cb40633b7cdb39fbb5e78b064..5cfc951a1c02226227ab6cfe54bb7882a801a1a6 100644 (file)
@@ -41,7 +41,7 @@ TCMDIFARGS ?= -p$(FAMILY)_$(EXTBASE) -o$@ $(BASE_TCT) $(OTHER_TCTS) $<
 %+tcmdif.h:    %.tct $(BASE_TCT) $(OTHER_TCTS) $(TCMDIFGEN)
                $(TCMDIFGEN) -wh $(TCMDIFARGS)
 
-OTHER_DIRS +=  ../base/
+OTHER_DIRS +=  $(BASE_DIR)
 OTHER_DIRS +=  $(addprefix ../,$(dir $(OTHER_EXTS)))
 OTHER_DIRS +=  .
 
index 4dff38ab936ef820cc2cdac3024e36d46a6316c3..81af3786333e469bd2561541fba87a5a29d276d2 100644 (file)
@@ -4,6 +4,10 @@ chiark-tcl (1.2.2~) unstable; urgency=medium
   * Turn on warnings and `use strict' and fix everything.
   * Replace deprecated `use IO;' with `use IO::File'.
 
+  Makefiles:
+  * Refer to $(BASE_DIR) rather than ../base/, making out-of-tree
+    extentions a bit easier.
+
  --
 
 chiark-tcl (1.2.1) unstable; urgency=high