]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Move the SUFFIXES to them.
authorRoy Marples <roy@marples.name>
Mon, 19 May 2008 23:22:44 +0000 (23:22 +0000)
committerRoy Marples <roy@marples.name>
Mon, 19 May 2008 23:22:44 +0000 (23:22 +0000)
Makefile

index 9e73c1c8a7f75666056e95c93985051b87e6a4b0..4c8a2c2d742fdf6fb4d701542e98be91110c199b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,6 @@ CLEANFILES+=  dhcpcd.sh
 FILES=         dhcpcd.conf
 FILESDIR=      ${SYSCONFDIR}
 
-.SUFFIXES:     .in .sh.in
-
 MK=            mk
 include ${MK}/prog.mk
 
@@ -29,6 +27,8 @@ CFLAGS+=      -DSYSCONFDIR=\"${SYSCONFDIR}\"
 CFLAGS+=       -DDBDIR=\"${DBDIR}\"
 LDADD+=                ${LIBRT}
 
+.SUFFIXES:     .in .sh.in
+
 .in:
        ${SED} 's:@SYSCONFDIR@:${SYSCONFDIR}:g; s:@DBDIR@:${DBDIR}:g' $< > $@