diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:08:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:08:39 +0000 |
commit | e1b127954338eb349dfbee2c52d402487afedd08 (patch) | |
tree | 632fcd9f0020490f31815ae16e5121793be380d5 /vigra | |
parent | d20df48d7a76ecb1820ee05ba69ab4b639e4ec49 (diff) |
INTEGRATION: CWS ause069 (1.1.6); FILE MERGED
2006/12/12 12:33:08 hjs 1.1.6.1: #i72494# cleanup
Diffstat (limited to 'vigra')
-rw-r--r-- | vigra/makefile.mk | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/vigra/makefile.mk b/vigra/makefile.mk index ec761599ee54..b96f06559ff7 100644 --- a/vigra/makefile.mk +++ b/vigra/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: thb $ $Date: 2006-05-31 12:47:19 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:08:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,19 +66,8 @@ BUILD_FLAGS= # --- Targets ------------------------------------------------------ -all: \ - $(MISC)$/$(TARGET)_remove_build.flag \ - ALLTAR - .INCLUDE : set_ext.mk .INCLUDE : target.mk .INCLUDE : tg_ext.mk -# Since you never know what will be in a patch (for example, it may already -# patch at configure level), we remove the entire package directory if a patch -# is newer. -$(MISC)$/$(TARGET)_remove_build.flag : $(PRJ)$/$(PATCH_FILE_NAME) - $(REMOVE_PACKAGE_COMMAND) - +$(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag - .ENDIF |