Skip to content
Snippets Groups Projects
Commit 009c94a9 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-08-07 16:07:53 by rrt]

Add gmp.h to boot target so that it gets copied during booting (otherwise
make boot breaks down).
parent e1ecea72
No related merge requests found
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.12 2000/08/02 14:13:27 rrt Exp $
# $Id: Makefile,v 1.13 2000/08/07 16:07:53 rrt Exp $
#
TOP = ..
......@@ -15,6 +15,8 @@ H_FILES = $(filter-out gmp.h,$(wildcard *.h)) gmp.h
#
H_CONFIG = config.h
boot :: gmp.h
all :: $(H_CONFIG) NativeDefs.h
# gmp.h is copied from the GMP directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment