ICU-212 use Steven's @DATABUILDDIR@ in the install and clean targets;

fixed the HEADERS declaration and the copy loop for headers installation.

X-SVN-Rev: 884
This commit is contained in:
Yves Arrouye 2000-03-02 20:24:48 +00:00
parent fe7cc000bd
commit 1b8e1c3833

View File

@ -90,7 +90,7 @@ install-local: target-clean-local all-local
# $(mkinstalldirs) $(sbindir)
# $(INSTALL) $(TARGET) $(sbindir)/$(TARGET)
$(mkinstalldirs) $(pkgdatadir)/$(VERSION)
cp $(top_srcdir)/../data/*.col $(pkgdatadir)/$(VERSION)
cp @DATABUILDDIR@/*.col $(pkgdatadir)/$(VERSION)
dist-local:
@ -103,7 +103,7 @@ clean-local: target-clean-local
distclean-local: clean-local
rm -f Makefile $(DEPS) $(CNV_FILES)
rm -f $(top_srcdir)/../data/*.col
rm -f @DATABUILDDIR@/*.col
check-local:
@ -118,6 +118,3 @@ ifneq ($(MAKECMDGOALS),distclean)
-include $(DEPS)
endif