From e1e75c5839859b5a2772ed2346633a8695bd4464 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 27 Jun 1996 14:05:47 +0000 Subject: (installationdirlist): New variable. --- config.make.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.make.in b/config.make.in index 01cd11f9..4dbe7513 100644 --- a/config.make.in +++ b/config.make.in @@ -20,6 +20,12 @@ sysconfdir = $(prefix)/etc localstatedir = $(prefix)/var sharedstatedir = $(prefix)/com +# All of those directories together: +installationdirlist = $(hurddir) $(libdir) $(bindir) $(sbindir) \ + $(includedir) $(libexecdir) $(infodir) $(sysconfdir) \ + $(localstatedir) $(sharedstatedir) + + # How to run compilation tools. CC = @CC@ CPP = $(CC) -E -x c # We need this option when input file names are not *.c. -- cgit v1.2.3