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