From 7895a7593aa379b074aa3794195e47a6026f36e4 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 27 Mar 1995 01:31:09 +0000 Subject: We must do include and lib first so that the perl *.ph generation works correctly as it uses the header files installed by this. --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c142f27..9545d8f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.49 1995/03/23 19:03:02 rgrimes Exp $ +# $Id: Makefile,v 1.50 1995/03/23 23:40:29 rgrimes Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -17,10 +17,14 @@ # Put initial settings here. SUBDIR= -# do include first. +# We must do include and lib first so that the perl *.ph generation +# works correctly as it uses the header files installed by this. .if exists(include) SUBDIR+= include .endif +.if exists(lib) +SUBDIR+= lib +.endif .if exists(bin) SUBDIR+= bin @@ -34,9 +38,6 @@ SUBDIR+= games .if exists(gnu) SUBDIR+= gnu .endif -.if exists(lib) -SUBDIR+= lib -.endif .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) SUBDIR+= eBones .endif -- cgit v1.1