diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 14:40:48 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 14:40:48 +0000 |
commit | dd41860a0aebae9feb59bacd3f26ce4f83e946d7 (patch) | |
tree | b43d61cb7f87df0d7a68049572b74d634b6122f4 /setup_native/scripts/makefile.mk | |
parent | 7a1809d4896b5d3ccf626e8b32d992edcae7e384 (diff) |
INTEGRATION: CWS execshellmacrogone (1.13.36); FILE MERGED
2007/11/02 17:05:50 rene 1.13.36.1: i79760# one more
Diffstat (limited to 'setup_native/scripts/makefile.mk')
-rw-r--r-- | setup_native/scripts/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk index 98cea9ddc..e38d1b596 100644 --- a/setup_native/scripts/makefile.mk +++ b/setup_native/scripts/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2007-11-02 12:51:41 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:40:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,7 @@ $(BIN)$/install: install_$(OS:l).sh $(FAKEDB) : fake-db.spec $(MKDIRHIER) $(FAKEDBROOT) - $(RPM) --define "_builddir $(shell cd $(FAKEDBROOT) && pwd)" --define "_rpmdir $(BIN)" -bb $< + $(RPM) --define "_builddir $(shell @cd $(FAKEDBROOT) && pwd)" --define "_rpmdir $(BIN)" -bb $< $(BIN)$/install: $(FAKEDB) |