summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgmcgarry <gmcgarry>2008-07-25 23:18:26 +0000
committergmcgarry <gmcgarry>2008-07-25 23:18:26 +0000
commit2f11bc08c313ea06949900f4ef234563aa1309b1 (patch)
treee6bd7c36380fef2d245dea51a72ac1a967eb8c5a
parentacfea8f8540704d4f74854088b8b6061241df1fa (diff)
Use full path to manpages so pcc can be build out of the source tree.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2218440..678dde0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,7 +86,7 @@ install:
echo strip ${DESTDIR}${libexecdir}/${DEST} ; \
fi
test -z "${DESTDIR}$(mandir)/man1" || mkdir -p "${DESTDIR}$(mandir)/man1"
- ${INSTALL} cpp.1 ${DESTDIR}${mandir}/man1/$(DEST).1
+ ${INSTALL} $(srcdir)/cpp.1 ${DESTDIR}${mandir}/man1/$(DEST).1
clean:
/bin/rm -f $(OBJS) $(DEST) lex.yy.c y.tab.[ch] tests/run*