summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-19 15:41:55 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-19 15:41:55 +0100
commit429ef8ec89844f8395df345aba5899a5d8a44fe1 (patch)
tree93ef4d909f7223616de44555434033c7032af605 /maint.mk
parentec1c7c459f8538831198d7fc1540e34e94cdd824 (diff)
downloadlibtasn1-429ef8ec89844f8395df345aba5899a5d8a44fe1.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index d2f5830..76844a0 100644
--- a/maint.mk
+++ b/maint.mk
@@ -1438,7 +1438,7 @@ sc_tight_scope: tight-scope.mk
tight-scope.mk: $(ME)
@rm -f $@ $@-t
- @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(ME) > $@-t
+ @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t
@chmod a=r $@-t && mv $@-t $@
ifeq (a,b)