diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-04 09:39:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-04 09:39:52 +0000 |
commit | d68e1cf4b0318ebb4191d49c4a42b9dbbf0a7f85 (patch) | |
tree | 10adeb303b00a12263f99a095bd4e7857d426f2e /solenv/inc/tg_app.mk | |
parent | 71baece49d9812f35946bc6b78e311b6faa7b5c0 (diff) |
INTEGRATION: CWS ause05 (1.39.6); FILE MERGED
2003/05/26 10:43:28 hjs 1.39.6.1: #i11045# replaced awk with AWK variable
Diffstat (limited to 'solenv/inc/tg_app.mk')
-rw-r--r-- | solenv/inc/tg_app.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_app.mk b/solenv/inc/tg_app.mk index dc8b46362aa3..44826bb862ad 100644 --- a/solenv/inc/tg_app.mk +++ b/solenv/inc/tg_app.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_app.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: hr $ $Date: 2003-04-28 16:43:44 $ +# last change: $Author: vg $ $Date: 2003-06-04 10:39:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -173,7 +173,7 @@ $(APP$(TNR)TARGETN): $(APP$(TNR)OBJS) $(APP$(TNR)LIBS) \ @source $(MISC)$/$(@:b).cmd # Need to strip __objcInit symbol to avoid duplicate symbols when loading # libraries at runtime - @+-nm $@ | grep -v ' U ' | awk '{ print $$NF }' | grep -F -x '__objcInit' > $(MISC)$/$(@:b).strip + @+-nm $@ | grep -v ' U ' | $(AWK) '{ print $$NF }' | grep -F -x '__objcInit' > $(MISC)$/$(@:b).strip @strip -i -R $(MISC)$/$(@:b).strip -X $@ @ls -l $@ # This is a hack as libstatic and libcppuhelper have a circular dependency |