diff options
Diffstat (limited to 'exec/Makefile')
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 1fa9a237..eef092fa 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -28,7 +28,7 @@ target = exec DIST_FILES = core.c gcore.c #OTHERLIBS = -lbfd -liberty -exec-MIGSFLAGS = -imacros execmutations.h +exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf |