From: Roy Marples Date: Tue, 9 Sep 2008 08:16:15 +0000 (+0000) Subject: We no longer ship .sh files, so remove the construct. X-Git-Tag: v5.0.0~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76457c8ea830b815f8e03055ed18e4c0dfffb57;p=thirdparty%2Fdhcpcd.git We no longer ship .sh files, so remove the construct. --- diff --git a/Makefile b/Makefile index 6db1cf79..d637330e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ LDADD+= ${LIBRT} 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 @@ SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' .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