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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user