From adecf183dcd5751bea9db370875e180e3946d178 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 11 Feb 1997 02:53:43 +0000 Subject: [PATCH] It seems "$(SHELL) ./compile_et" is needed. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1226 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.am | 2 +- lib/error/Makefile.am | 2 +- lib/krb5/error/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 42e576f4d..39f7b2f0a 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -9,6 +9,6 @@ lib_LIBRARIES = liberror.a liberror_a_SOURCES = krb5_err.c asn1_err.c error.c %.c: %.et - $(SHELL) compile_et $< + $(SHELL) ./compile_et $< krb5_err.o: asn1_err.c diff --git a/lib/error/Makefile.am b/lib/error/Makefile.am index 42e576f4d..39f7b2f0a 100644 --- a/lib/error/Makefile.am +++ b/lib/error/Makefile.am @@ -9,6 +9,6 @@ lib_LIBRARIES = liberror.a liberror_a_SOURCES = krb5_err.c asn1_err.c error.c %.c: %.et - $(SHELL) compile_et $< + $(SHELL) ./compile_et $< krb5_err.o: asn1_err.c diff --git a/lib/krb5/error/Makefile.am b/lib/krb5/error/Makefile.am index 42e576f4d..39f7b2f0a 100644 --- a/lib/krb5/error/Makefile.am +++ b/lib/krb5/error/Makefile.am @@ -9,6 +9,6 @@ lib_LIBRARIES = liberror.a liberror_a_SOURCES = krb5_err.c asn1_err.c error.c %.c: %.et - $(SHELL) compile_et $< + $(SHELL) ./compile_et $< krb5_err.o: asn1_err.c