diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-22 13:40:19 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-22 13:40:19 +0100 |
commit | 7c69e9471c4985a24a1d6957245ee58ec1eed6ea (patch) | |
tree | da968c563e7fbffb264655d8322784793e9f6d5d /svl/prj | |
parent | 80f8b18c9e6f6a7ac1e917f976f3bbe3d3bd9f90 (diff) |
gnumake2: getting rid of obsolete install and uninstall targets
Diffstat (limited to 'svl/prj')
-rw-r--r-- | svl/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/prj/makefile.mk b/svl/prj/makefile.mk index 3d495209d74a..3b1b54d4357f 100644 --- a/svl/prj/makefile.mk +++ b/svl/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) |