Have include be the first $SUBDIR, this avoid install failure with the
kludgeous install rule in perl/x2p. Pointed out by: rgrimes
This commit is contained in:
parent
785bd4b416
commit
48c51d3282
10
Makefile
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user