summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-03-12 09:35:38 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-03-12 09:35:38 +0100
commitc16f84f794953949edff4e4db607020b54227007 (patch)
treeb2a3c01583a9fbdb838d94ba30e6710b3b1e34b6 /Makefile.shared
parente963d746134f586e4bc7eff46791455019f3c200 (diff)
Fixed patch.list make rule
* Makefile.shared: removed useless '@'
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 94e4ce31b..a4e1456fb 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -71,7 +71,7 @@ patch.unapply:
patch.list:
@FLAGS=`$(TOOLSDIR)/bin/applyflags $(TOOLSDIR)/bin` ; \
- @CURRTAG=$(CVSTAG); test -f $(OOBUILDDIR)/.tag && @CURRTAG=`cat $(OOBUILDDIR)/.tag`; \
+ CURRTAG=$(CVSTAG); test -f $(OOBUILDDIR)/.tag && CURRTAG=`cat $(OOBUILDDIR)/.tag`; \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --dry-run --quiet --tag=$$CURRTAG
# Build bits: