summaryrefslogtreecommitdiff
path: root/framework
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
commit892e4b46d856af0bdc7d065ac22b7f21e2a97cb1 (patch)
tree87d5c6757c269b26ca8efcc34fd3e5dc41541751 /framework
parente5acb08b930bba27e371164c16a19c9336d5b745 (diff)
gnumake2: getting rid of obsolete install and uninstall targets
Diffstat (limited to 'framework')
-rw-r--r--framework/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/prj/makefile.mk b/framework/prj/makefile.mk
index 3d495209d74a..3b1b54d4357f 100644
--- a/framework/prj/makefile.mk
+++ b/framework/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)