Fix from Rod so that std_rqs.c can get rebuilt properly when

doing a make world.
This commit is contained in:
Garrett Wollman 1995-01-21 23:30:31 +00:00
parent a6066145ff
commit 1253de3840
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5774

View File

@ -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 || \