diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-21 23:30:31 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-21 23:30:31 +0000 |
commit | 7bf1ad06a8eced6690a7258864fc0acce4b444c2 (patch) | |
tree | 41884deea79f1c13df431b92dd1f7fc97ba6882c /lib/libss | |
parent | ea6f0fdf7e09f1a4d6240fb14925e531020c5ca9 (diff) | |
download | FreeBSD-src-7bf1ad06a8eced6690a7258864fc0acce4b444c2.zip FreeBSD-src-7bf1ad06a8eced6690a7258864fc0acce4b444c2.tar.gz |
Fix from Rod so that std_rqs.c can get rebuilt properly when
doing a make world.
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 c0d8104..b82b54a 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/01/19 22:28:35 wollman Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -15,7 +15,7 @@ ss_err.h ss_err.c: ss_err.et std_rqs.c: std_rqs.ct test -e std_rqs.ct || ln -s ${.CURDIR}/std_rqs.ct . mk_cmds std_rqs.ct - ln -s ${.CURDIR} ss + test -e ss || ln -s ${.CURDIR} ss beforeinstall: -cd ${.CURDIR}; cmp -s ss.h ${DESTDIR}/usr/include/ss/ss.h || \ |