Make all-local depend in inc_DATA
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3177 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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 $<
|
||||
|
||||
|
Reference in New Issue
Block a user