Fix for non GNU-Make.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2356 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-16 01:54:41 +00:00
parent 252800d5e1
commit b051a88577
2 changed files with 6 additions and 2 deletions

View File

@@ -6,12 +6,14 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)
lib_LIBRARIES = liberror.a
SUFFIXES = .et
CLEANFILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \
krb5_err.c krb5_err.h
liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c
%.c: %.et
.et.c:
$(SHELL) ./compile_et $<
krb5_err.o: asn1_err.c

View File

@@ -6,12 +6,14 @@ INCLUDES = -I$(top_builddir)/include -I$(srcdir)
lib_LIBRARIES = liberror.a
SUFFIXES = .et
CLEANFILES = asn1_err.c asn1_err.h hdb_err.c hdb_err.h \
krb5_err.c krb5_err.h
liberror_a_SOURCES = krb5_err.c asn1_err.c hdb_err.c error.c
%.c: %.et
.et.c:
$(SHELL) ./compile_et $<
krb5_err.o: asn1_err.c