diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 21:22:51 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 21:22:51 +0000 |
| commit | 36d4ab45ac0fc33e3075fa71b31a622aee3425b5 (patch) | |
| tree | 25a6f4cef1310dd5992c01d5a1cbc5be0875e509 /lib/libss | |
| parent | 7fae9bcd248176191d46c94d274553ce7f9c03cd (diff) | |
Notes
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index 44bf476cb420..dd2ae79852b5 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1996/08/30 02:04:37 peter Exp $ +# $Id: Makefile,v 1.14 1996/09/05 17:14:31 bde Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -29,7 +29,7 @@ beforeinstall: ${DESTDIR}/usr/include/ss ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/copyright.h \ ${DESTDIR}/usr/include/ss/mit-sipb-copyright.h -.if exists(ss_err.h) +.if exists(${.OBJDIR}/ss_err.h) ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \ ${DESTDIR}/usr/include/ss .endif |
