summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/makefile.mk
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-09-28 11:07:10 +0000
committerjp <jp@openoffice.org>2000-09-28 11:07:10 +0000
commita788b7999b263424c017aafedf944a87504fe160 (patch)
tree1f6eae9126811ad8a7c8b304fee48364b574b588 /sw/source/filter/basflt/makefile.mk
parent641d73fc2de6f4d9aa18c53c24fda3f864b758b1 (diff)
solaris autorec moved
Diffstat (limited to 'sw/source/filter/basflt/makefile.mk')
-rw-r--r--sw/source/filter/basflt/makefile.mk27
1 files changed, 2 insertions, 25 deletions
diff --git a/sw/source/filter/basflt/makefile.mk b/sw/source/filter/basflt/makefile.mk
index 1e5d93b6759d..a420737ac65d 100644
--- a/sw/source/filter/basflt/makefile.mk
+++ b/sw/source/filter/basflt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jp $ $Date: 2000-09-27 09:46:58 $
+# last change: $Author: jp $ $Date: 2000-09-28 12:07:10 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -88,30 +88,7 @@ SLOFILES = \
OBJFILES = $(OBJ)$/w4wflt.obj
-.IF "$(CPU)"=="S"
-SLOFILES += \
- $(SLO)$/autorec.obj
-OBJFILES += \
- $(OBJ)$/autorec.obj
-.ENDIF
-
-
# --- Tagets -------------------------------------------------------
-.IF "$(OS)"=="SOLARIS"
-.IF "$(CPU)"=="S"
-ALL: $(OBJ)$/autorec.obj $(SLO)$/autorec.obj ALLTAR
-.ENDIF
-.ENDIF
-
.INCLUDE : target.mk
-
-$(OBJ)$/autorec.obj:
- $(COPY) autorec.o $(OBJ)$/autorec.o
- touch $@
-
-$(SLO)$/autorec.obj:
- $(COPY) autorec.o $(SLO)$/autorec.o
- touch $@
-