From fb7ebbceeeb7a77f0edc50ba0d28309042eb8859 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 24 Sep 1997 20:15:19 +0000 Subject: Stop generating zephyr.h from configure; it's always the same now. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fa78ac7..283aa7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,8 @@ install: ${ENSUREDIR} ${DESTDIR}${mandir}/man8 755 ${INSTALL} -m 644 ${srcdir}/h/zephyr/mit-copyright.h \ ${DESTDIR}${includedir}/zephyr - ${INSTALL} -m 644 h/zephyr/zephyr.h ${DESTDIR}${includedir}/zephyr + ${INSTALL} -m 644 ${srcdir}/h/zephyr/zephyr.h \ + ${DESTDIR}${includedir}/zephyr ${INSTALL} -m 644 h/zephyr/zephyr_err.h ${DESTDIR}${includedir}/zephyr for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done -- cgit v1.2.3