diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:48:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:48:29 +0000 |
commit | 039684585136d2f39f18c849039bf04be638a4b3 (patch) | |
tree | 0ea21e78ee2195d69a164ae3363be682bea45db8 | |
parent | 6ddbfbc7e3efd4e53097af597eea7e9296020239 (diff) |
(exec-MIGSFLAGS): Look for execmutations.h in $(srcdir).
-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 |