summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-17 04:59:44 +0000
committerphk <phk@FreeBSD.org>1995-03-17 04:59:44 +0000
commit23c9c8a95abd58227b38d0a9d46474a435e18b77 (patch)
tree47449f9deba89cc4456dd60ed9e2b1363586d571 /Makefile
parent7a9ff7061500b3226fd988c47241344b2bfaabd4 (diff)
downloadFreeBSD-src-23c9c8a95abd58227b38d0a9d46474a435e18b77.zip
FreeBSD-src-23c9c8a95abd58227b38d0a9d46474a435e18b77.tar.gz
Have include be the first $SUBDIR, this avoid install failure with the
kludgeous install rule in perl/x2p. Pointed out by: rgrimes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index de2aca4..469a74f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.43 1995/03/06 13:32:58 se Exp $
+# $Id: Makefile,v 1.44 1995/03/14 21:32:46 roberto Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -17,6 +17,11 @@
# Put initial settings here.
SUBDIR=
+# do include first.
+.if exists(include)
+SUBDIR+= include
+.endif
+
.if exists(bin)
SUBDIR+= bin
.endif
@@ -29,9 +34,6 @@ SUBDIR+= games
.if exists(gnu)
SUBDIR+= gnu
.endif
-.if exists(include)
-SUBDIR+= include
-.endif
.if exists(lib)
SUBDIR+= lib
.endif
OpenPOWER on IntegriCloud