summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vigra/makefile.mk15
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