summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-24 20:15:19 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-24 20:15:19 +0000
commitfb7ebbceeeb7a77f0edc50ba0d28309042eb8859 (patch)
tree23655987f46944797b46992ce0c3a9e434e43532 /Makefile.in
parentb7b8219bf7b4b67598827f4740a8caa1a2700ba9 (diff)
Stop generating zephyr.h from configure; it's always the same now.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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