ITS#454: fix VPATH support

This commit is contained in:
Kurt Zeilenga 2000-02-12 20:04:45 +00:00
parent d0d80a633a
commit 4e4b8204ab

View file

@ -182,7 +182,8 @@ all-cffiles: slapd
install-schema: FORCE
@-$(MKDIR) $(DESTDIR)$(sysconfdir)/schema
@for i in schema/*.schema schema/*.conf ; do \
@cd $(srcdir) ; \
for i in schema/*.schema schema/*.conf ; do \
if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
echo "installing $$i in $(sysconfdir)"; \
echo $(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(sysconfdir)/$$i; \