diff options
-rw-r--r-- | config.make.in | 6 |
1 files changed, 6 insertions, 0 deletions
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. |