summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 16:48:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 16:48:29 +0000
commit039684585136d2f39f18c849039bf04be638a4b3 (patch)
tree0ea21e78ee2195d69a164ae3363be682bea45db8 /exec
parent6ddbfbc7e3efd4e53097af597eea7e9296020239 (diff)
(exec-MIGSFLAGS): Look for execmutations.h in $(srcdir).
Diffstat (limited to 'exec')
-rw-r--r--exec/Makefile4
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