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 | 024a55900940782373f93e6f4b5077855527a558 (patch) | |
tree | 513d0ad788cc0f48fcdb8d7dc3c3e54553d066a2 /sw/prj | |
parent | a3697be25720d83afb8221f1490dde0c2de9e035 (diff) |
gnumake2: getting rid of obsolete install and uninstall targets
Diffstat (limited to 'sw/prj')
-rw-r--r-- | sw/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/prj/makefile.mk b/sw/prj/makefile.mk index 3d495209d74a..3b1b54d4357f 100644 --- a/sw/prj/makefile.mk +++ b/sw/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) |