changeset 959:7e2114d0071d draft

We no longer ship .sh files, so remove the construct.
author Roy Marples <roy@marples.name>
date Tue, 09 Sep 2008 08:16:15 +0000
parents 7f0ccb87d638
children 2bf1fef43ace
files Makefile
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 08 11:30:31 2008 +0000
+++ b/Makefile	Tue Sep 09 08:16:15 2008 +0000
@@ -33,7 +33,7 @@
 
 SUBDIRS=	dhcpcd-hooks
 
-.SUFFIXES:	.in .sh.in
+.SUFFIXES:	.in
 
 SED_DBDIR=	-e 's:@DBDIR@:${DBDIR}:g'
 SED_HOOKDIR=	-e 's:@HOOKDIR@:${HOOKDIR}:g'
@@ -43,9 +43,6 @@
 .in:
 	${SED} ${SED_DBDIR} ${SED_HOOKDIR} ${SED_SCRIPT} ${SED_SYS} $< > $@
 
-.sh.in.sh:
-	${SED} ${SED_HOOKDIR} ${SED_SCRIPT} ${SED_SYS} $< > $@
-
 MK=		mk
 include ${MK}/sys.mk
 include ${MK}/os.mk