Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Sat, 19 Nov 2011 14:41:55 +0000 (15:41 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sat, 19 Nov 2011 14:41:55 +0000 (15:41 +0100)
maint.mk

index d2f5830..76844a0 100644 (file)
--- 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)