From 9eca8a577c00b28055d5f91517334d342d81cb34 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 8 Jun 2004 18:54:28 +0000 Subject: 2004-06-08 Marcus Brinkmann * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index e4d41a5..1f3ae5b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,7 @@ mkerrcodes.h: Makefile mkerrcodes.awk # It is correct to use $(CC_FOR_BUILD) here. We want to run the # program at build time. mkerrcodes: mkerrcodes.c mkerrcodes.h Makefile - $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ mkerrcodes.c + $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c code-from-errno.h: mkerrcodes Makefile ./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ -- cgit v1.2.3