summaryrefslogtreecommitdiff
path: root/mach-defpager/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-02-06 23:57:49 +0000
committerRoland McGrath <roland@gnu.org>2000-02-06 23:57:49 +0000
commite5967ed417bc2ce55e0e0f4a63a6d25d04a235c7 (patch)
treecaa27f20f7bca91869ee2698b66e72d2ee011902 /mach-defpager/Makefile
parentc67c526235f2ea0d6912d80e8dd7a9de0981b258 (diff)
2000-02-06 Roland McGrath <roland@baalperazim.frob.com>
* Makefile: Move include ../Makeconf earlier, since it sets srcdir.
Diffstat (limited to 'mach-defpager/Makefile')
-rw-r--r--mach-defpager/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
index 192106d6..ef59ed1f 100644
--- a/mach-defpager/Makefile
+++ b/mach-defpager/Makefile
@@ -1,6 +1,6 @@
# Makefile for mach-defpager subdirectory of hurd sources
#
-# Copyright (C) 1999 Free Software Foundation, Inc.
+# Copyright (C) 1999,2000 Free Software Foundation, Inc.
#
# This file is part of the GNU Hurd.
#
@@ -35,12 +35,12 @@ OBJS = $(SRCS:.c=.o) \
HURDLIBS:= threads
LDFLAGS += -static
+include ../Makeconf
+
vpath %.c $(srcdir)/../serverboot
CPPFLAGS += -I$(srcdir)/../serverboot
MIGSFLAGS = -DSEQNOS
-include ../Makeconf
-
# Don't even bother.
CFLAGS := $(filter-out -Wall,$(CFLAGS))