xfs/{solaris,sunos}/bin/Makefile need exec_prefix
John Hawkinson
jhawk at MIT.EDU
Mon Mar 2 20:37:52 CET 1998
If bindir is defined in terms of $(exec_prefix) rather than $(prefix),
then exec_prefix needs to be defined.
--jhawk
Index: xfs/solaris/bin/Makefile.in
===================================================================
RCS file: /afs/sipb/project/arla/repository/arla/xfs/solaris/bin/Makefile.in,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.in
***************
*** 14,19 ****
--- 14,20 ----
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs
prefix = @prefix@
+ exec_prefix = @exec_prefix@
bindir = @bindir@
DEFS = @DEFS@ -DDEBUG
Index: xfs/sunos/bin/Makefile.in
===================================================================
RCS file: /afs/sipb/project/arla/repository/arla/xfs/sunos/bin/Makefile.in,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.in
*** Makefile.in 1998/03/02 17:42:54 1.1.1.1
--- Makefile.in 1998/03/02 19:35:36
***************
*** 14,19 ****
--- 14,20 ----
MKINSTALLDIRS = @top_srcdir@/mkinstalldirs
prefix = @prefix@
+ exec_prefix = @exec_prefix@
bindir = @bindir@
DEFS = @DEFS@ -DDEBUG
More information about the Arla-drinkers
mailing list