summaryrefslogtreecommitdiff
path: root/sal/test/makefile.mk
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-06-15 12:58:08 +0000
committerKay Ramme <kr@openoffice.org>2001-06-15 12:58:08 +0000
commita6f532e523c154bde258d54f3b977f75dd991681 (patch)
tree5b7c92c95a613fc64f81d9eb62fe47ffa0a197b8 /sal/test/makefile.mk
parent56da097501600ee6e02527741e71e148c9a897cc (diff)
added macro expansion
Diffstat (limited to 'sal/test/makefile.mk')
-rw-r--r--sal/test/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk
index 15e9db4b8e58..cba38d877ccd 100644
--- a/sal/test/makefile.mk
+++ b/sal/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: jbu $ $Date: 2001-05-17 09:14:17 $
+# last change: $Author: kr $ $Date: 2001-06-15 13:53:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -108,7 +108,7 @@ APP2STDLIBS = $(SALLIB)
# --- Targets ------------------------------------------------------
.IF "$(depend)" == ""
-ALL : $(BIN)$/$(BOOTSTRAPSCRIPT) $(BIN)$/$(BOOTSTRAPINI) ALLTAR
+ALL : $(BIN)$/$(BOOTSTRAPSCRIPT) $(BIN)$/$(BOOTSTRAPINI) $(BIN)$/bootstraptest.ini ALLTAR
.ELSE
ALL: ALLDEP
.ENDIF
@@ -125,6 +125,9 @@ $(BIN)$/$(BOOTSTRAPSCRIPT) : $(BOOTSTRAPSCRIPT)
$(BIN)$/$(BOOTSTRAPINI) : testbootstrap.ini
$(MY_SCRIPTCAT) testbootstrap.ini > $@
+$(BIN)$/bootstraptest.ini : bootstraptest.ini
+ $(MY_SCRIPTCAT) bootstraptest.ini > $@
+
# --- SO2-Filter-Datei ---
$(MISC)$/tsl$(UPD)$(DLLPOSTFIX).flt:
@echo ------------------------------