diff options
author | peter <peter@FreeBSD.org> | 1996-08-18 23:52:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-08-18 23:52:20 +0000 |
commit | aec9a0c3898f93da66502cf770da02ca1f1647e5 (patch) | |
tree | 661cd61d558926192c14b7f4463a889422066374 /lib/libz | |
parent | ea45abeecf88b8fd770b2acd7199051affef94a2 (diff) | |
download | FreeBSD-src-aec9a0c3898f93da66502cf770da02ca1f1647e5.zip FreeBSD-src-aec9a0c3898f93da66502cf770da02ca1f1647e5.tar.gz |
oops.. attempted to install header files from wrong directory..
Diffstat (limited to 'lib/libz')
-rw-r--r-- | lib/libz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index b302afe..4c78c6e 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.1 1996/08/18 17:59:48 peter Exp $ # MAINTAINER=peter@FreeBSD.org @@ -17,8 +17,8 @@ SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \ zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c beforeinstall: - ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} zlib.h zconf.h \ - ${DESTDIR}/usr/include + ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} ${.CURDIR}/zlib.h \ + ${.CURDIR}/zconf.h ${DESTDIR}/usr/include minigzip: all minigzip.o $(CC) -o minigzip minigzip.o -L. -lz |