diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-13 10:52:35 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-07-13 10:52:35 +0000 |
commit | 249689c41d07fa133f5b0022bfcf11060316b7b4 (patch) | |
tree | 784ca9aa1bf235ad9c9ea03a66323c23b7242e9d /tools | |
parent | 4c9f8fcddeec7f993dc91377d0c9eff4db73acac (diff) |
removed ALL target
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/solar/makefile.mk | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/tools/source/solar/makefile.mk b/tools/source/solar/makefile.mk index f38364e9f623..f914b21b6841 100644 --- a/tools/source/solar/makefile.mk +++ b/tools/source/solar/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:09 $ +# last change: $Author: hjs $ $Date: 2001-07-13 11:52:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,17 +84,12 @@ APP1STDLIBS= APP1DEPN= APP1DEF= -.IF "$(depend)" == "" -ALL: \ - $(INCCOM)$/svconf.h \ - ALLTAR - -$(INCCOM)$/svconf.h : $(BIN)$/$(TARGET) - $(BIN)$/$(TARGET) $@ - -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk +ALLTAR : $(INCCOM)$/svconf.h + +$(INCCOM)$/svconf.h : $(BIN)$/$(TARGET) + $(BIN)$/$(TARGET) $@ + |