summaryrefslogtreecommitdiff
path: root/setup_native/scripts/makefile.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:40:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-06 14:40:48 +0000
commit35198c4f65cd9c3b9f15d1ec2d290de334228e50 (patch)
tree9e37ba7759d8d4ea9667db22a7099e72cfd88d31 /setup_native/scripts/makefile.mk
parente99242749e2628304b684cdd9638f41a349fb4c9 (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.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk
index 98cea9ddcf37..e38d1b596579 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)