fix typo in path name
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Fri, 30 Jul 1982 08:02:32 +0000 (00:02 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Fri, 30 Jul 1982 08:02:32 +0000 (00:02 -0800)
SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 1.5

usr/src/usr.bin/pascal/pcexterns/Makefile

index 8915691..b9c1bdc 100644 (file)
@@ -1,4 +1,4 @@
-SCCSID = @(#)Makefile 1.4 %G%
+SCCSID = @(#)Makefile 1.5 %G%
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 PX_HEADER = px_header
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 PX_HEADER = px_header
@@ -12,8 +12,8 @@ install: all pxref.p
        dd if=px_header of=${INSTALLIB}/${PX_HEADER} conv=sync
        cp pc pix ${INSTALL}
        cp how* pc2 pc3 pcexterns.o ${INSTALLIB}
        dd if=px_header of=${INSTALLIB}/${PX_HEADER} conv=sync
        cp pc pix ${INSTALL}
        cp how* pc2 pc3 pcexterns.o ${INSTALLIB}
-       strip ${INSTALLLIB}/pc2
-       strip ${INSTALLLIB}/pc3
+       strip ${INSTALLIB}/pc2
+       strip ${INSTALLIB}/pc3
        cp pmerge ${INSTALL}/pmerge
        pc -w pxref.p -o ${INSTALL}/pxref
 
        cp pmerge ${INSTALL}/pmerge
        pc -w pxref.p -o ${INSTALL}/pxref