From e4a3f1901c29abfa95827166cb122d2a9d16712e Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 26 Aug 1997 23:16:18 +0000 Subject: [PATCH] Make all-local depend in inc_DATA git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3177 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index df79df30a..dc586749f 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -27,7 +27,7 @@ libhdb_a_LIBADD = ../error/error.o idir = $(top_builddir)/include -all-local: +all-local: $(inc_DATA) @for i in $(inc_DATA); do \ if cmp -s $$i $(idir)/$$i 2> /dev/null ; then :; else\ echo " $(INSTALL_DATA) $$i $(idir)/$$i"; \ @@ -40,11 +40,14 @@ $(foo) hdb_asn1.h: asn1_files asn1_files: ../asn1/asn1_compile $(srcdir)/hdb.asn1 ../asn1/asn1_compile $(srcdir)/hdb.asn1 hdb_asn1 -$(libhdb_a_OBJECTS): hdb_asn1.h +$(libhdb_a_OBJECTS): hdb_asn1.h hdb_err.h .x.c: @cmp -s $< $@ 2> /dev/null || cp $< $@ +.et.h: + $(SHELL) ../error/compile_et $< + .et.c: $(SHELL) ../error/compile_et $<