summaryrefslogtreecommitdiff
path: root/svtools/prj
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-22 13:40:19 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-22 13:40:19 +0100
commit7c69e9471c4985a24a1d6957245ee58ec1eed6ea (patch)
treeda968c563e7fbffb264655d8322784793e9f6d5d /svtools/prj
parent80f8b18c9e6f6a7ac1e917f976f3bbe3d3bd9f90 (diff)
gnumake2: getting rid of obsolete install and uninstall targets
Diffstat (limited to 'svtools/prj')
-rw-r--r--svtools/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/prj/makefile.mk b/svtools/prj/makefile.mk
index 3d495209d74a..3b1b54d4357f 100644
--- a/svtools/prj/makefile.mk
+++ b/svtools/prj/makefile.mk
@@ -37,4 +37,4 @@ VERBOSEFLAG := -s
.ENDIF
all:
- cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) install
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS)