diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-09 07:41:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-09 07:41:44 +0000 |
commit | e832e374665746cdfbfe081410d9a75240343ecd (patch) | |
tree | 7c7de0b4606831061ee67a20bd7859a21a723b7a /exec | |
parent | 89e43c69ec30c598c9ae2e41b4e443d82175f835 (diff) |
(vpath lib%.a): Move this after include ../Makeconf, since it uses a
variable set there.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index 5b05f682..8bce5b53 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -27,11 +27,12 @@ DIST_FILES = core.c gcore.c hashexec.c all: -vpath lib%.a $(crossdir)/lib exec: -lbfd -liberty include ../Makeconf +vpath lib%.a $(crossdir)/lib + CPPFLAGS += -DBFD # -DA_OUT_H=\"./a.out.h\" exec.o: exec.c fsys_S.h notify_S.h exec_S.h |