summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-02 09:39:12 +0000
committerjkh <jkh@FreeBSD.org>1998-01-02 09:39:12 +0000
commita73e9c493671c1eef0b6f09d8847346043a6ac9a (patch)
tree549ede3b1f60d8cd6117f4c116915c4aeba2c444 /include/Makefile
parent91062cd50c53e88752af20485b4d4250302134b6 (diff)
downloadFreeBSD-src-a73e9c493671c1eef0b6f09d8847346043a6ac9a.zip
FreeBSD-src-a73e9c493671c1eef0b6f09d8847346043a6ac9a.tar.gz
unborkify osreldate.h install (change \ to / - someone was in DOS mode! ;)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 6a95233..18caa3f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.67 1997/10/03 18:10:35 markm Exp $
+# $Id: Makefile,v 1.68 1998/01/01 23:17:05 steve Exp $
#
# Doing a make install builds /usr/include
#
@@ -78,7 +78,7 @@ beforeinstall: ${SHARED}
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${RPCFILES} ${DESTDIR}/usr/include/rpc
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.OBJDIR}\osreldate.h \
+ ${.OBJDIR}/osreldate.h \
${DESTDIR}/usr/include
.for i in ${LFILES}
ln -sf sys/$i ${DESTDIR}/usr/include/$i
OpenPOWER on IntegriCloud