It seems "$(SHELL) ./compile_et" is needed.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1226 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-11 02:53:43 +00:00
parent e7768cfc7c
commit adecf183dc
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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