diff options
author | Greg Hudson <ghudson@mit.edu> | 1997-09-23 15:24:30 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1997-09-23 15:24:30 +0000 |
commit | 26e3b005943e7d46659705dcd73c9379d9aa9f9b (patch) | |
tree | bbe6388f4db571b1fe1698931caa534e8eb24a9c /lib | |
parent | 18684855af9e7fbabdb61f9704a6c21d77b00d8d (diff) |
We moved up a level in the directory hierarchy.
confdir became sysconfdir.
Rip out in-tree com_err support.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 294c8d0..e044a0d 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -3,7 +3,7 @@ SHELL = /bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ datadir=@datadir@ -confdir=@confdir@ +sysconfdir=@sysconfdir@ sbindir=@sbindir@ lsbindir=@lsbindir@ @@ -13,15 +13,14 @@ libdir=${exec_prefix}/lib srcdir=@srcdir@ top_srcdir=@top_srcdir@ -BUILDTOP=../.. +BUILDTOP=.. VPATH=@srcdir@ CC=@CC@ INSTALL=@INSTALL@ RANLIB=@RANLIB@ -COMPILE_ET=@COMPILE_ET@ DEBUG=-O -CFLAGS=${DEBUG} -DCONFDIR=\"${confdir}\" -I${top_srcdir}/h \ +CFLAGS=${DEBUG} -DSYSCONFDIR=\"${sysconfdir}\" -I${top_srcdir}/h \ -I${BUILDTOP}/h @CPPFLAGS@ OBJS = zephyr_err.o ZAsyncLocate.o ZCkAuth.o ZCkIfNot.o ZClosePort.o \ @@ -41,7 +40,7 @@ libzephyr.a: ${OBJS} ${RANLIB} $@ zephyr_err.c ${BUILDTOP}/h/zephyr/zephyr_err.h: zephyr_err.et - ${COMPILE_ET} ${srcdir}/zephyr_err.et + compile_et ${srcdir}/zephyr_err.et mv zephyr_err.h ${BUILDTOP}/h/zephyr check: |