From 7bf1ad06a8eced6690a7258864fc0acce4b444c2 Mon Sep 17 00:00:00 2001 From: wollman Date: Sat, 21 Jan 1995 23:30:31 +0000 Subject: Fix from Rod so that std_rqs.c can get rebuilt properly when doing a make world. --- lib/libss/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libss') 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 || \ -- cgit v1.1