Make it possible to install when building in a subdirectory.

DEVEL_2_0_BRANCH-1
Petter Reinholdtsen 2002-05-21 22:03:41 +00:00
rodzic 2643e83d66
commit 0357ed4224
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@ install:
$(MKDIR) $(DESTDIR)$(includedir)/sane
@list="$(INSTALLED_INCLUDES)"; for file in $$list; do \
echo installing sane/$${file} in $(includedir)/sane/$${file}...; \
$(INSTALL_DATA) sane/$${file} $(DESTDIR)$(includedir)/sane/$${file} \
$(INSTALL_DATA) $(srcdir)/sane/$${file} $(DESTDIR)$(includedir)/sane/$${file} \
|| exit 1; \
done