diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-07 09:47:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-07 09:47:49 +0000 |
commit | 5a0f32b6d8cb0cd0c4b742533a432afac958b224 (patch) | |
tree | e4a0543bd6706694417c984acc934636e6492734 /desktop | |
parent | 0573cacaea81292b93af421b7a51675f86ee3155 (diff) |
#100000# typo
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/pagein/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pagein/makefile.mk b/desktop/source/pagein/makefile.mk index aa6581f07f7c..bbb9c5e555e6 100644 --- a/desktop/source/pagein/makefile.mk +++ b/desktop/source/pagein/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2003-07-02 14:29:02 $ +# last change: $Author: vg $ $Date: 2003-07-07 10:47:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ APP1TARGET=$(TARGET) APP1OBJS=$(OBJFILES) # depends on libc only. -STDLIB= +STDLIB="" .IF "$(COMNAME)" == "sunpro5" STDLIB+=-library=no%Crun .ENDIF # sunpro5 |