Move some make variables around so they are available when cleaning
authorIan Lynagh <igloo@earth.li>
Sat, 8 May 2010 21:24:05 +0000 (21:24 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 8 May 2010 21:24:05 +0000 (21:24 +0000)
mk/config.mk.in
mk/tree.mk

index fcf7e0d..78b0b7a 100644 (file)
@@ -785,12 +785,3 @@ CONFIGURE_ARGS = @CONFIGURE_ARGS@
 ICONV_INCLUDE_DIRS = @ICONV_INCLUDE_DIRS@
 ICONV_LIB_DIRS = @ICONV_LIB_DIRS@
 
 ICONV_INCLUDE_DIRS = @ICONV_INCLUDE_DIRS@
 ICONV_LIB_DIRS = @ICONV_LIB_DIRS@
 
-################################################################################
-#
-#    Bindist testing directory
-#
-################################################################################
-
-BIN_DIST_INST_SUBDIR = "install dir"
-BIN_DIST_INST_DIR = $(TOP)/bindisttest/$(BIN_DIST_INST_SUBDIR)
-
index 34bfcde..3aa8527 100644 (file)
@@ -47,6 +47,21 @@ INPLACE_TOPDIR          = $(INPLACE)/lib
 INPLACE_MINGW           = $(INPLACE)/mingw
 INPLACE_PERL            = $(INPLACE)/perl
 
 INPLACE_MINGW           = $(INPLACE)/mingw
 INPLACE_PERL            = $(INPLACE)/perl
 
+################################################################################
+#
+#    Bindist testing directory
+#
+################################################################################
+
+BIN_DIST_INST_SUBDIR = "install dir"
+BIN_DIST_INST_DIR = bindisttest/$(BIN_DIST_INST_SUBDIR)
+
+################################################################################
+#
+#    rm
+#
+################################################################################
+
 # These are here, rather than in config.mk, as they need to exist in an
 # unconfigured tree so that the various clean targets can be used
 # without configuring:
 # These are here, rather than in config.mk, as they need to exist in an
 # unconfigured tree so that the various clean targets can be used
 # without configuring: