]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We no longer ship .sh files, so remove the construct.
authorRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 08:16:15 +0000 (08:16 +0000)
committerRoy Marples <roy@marples.name>
Tue, 9 Sep 2008 08:16:15 +0000 (08:16 +0000)
Makefile

index 6db1cf79c86fe33f243683cc1737e866b2a8f93e..d637330e4d310d1fee0dcf623c341908583b45d0 100644 (file)
--- 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