summaryrefslogtreecommitdiff
path: root/init.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/Makefile')
-rw-r--r--init.d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index 6a0323c..29ebe59 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -9,8 +9,8 @@ _OLDNET_SH= case "${MKOLDNET}" in \
[Yy][Ee][Ss]) echo "net.lo";; \
*) echo "";; \
esac
-_OLDNET!= ${_OLDNET_SH}
-_NET_LO= ${_OLDNET}$(shell ${_OLDNET_SH})
+_OLDNET:= $(shell ${_OLDNET_SH})
+_NET_LO= ${_OLDNET}
INSTALLAFTER= _installafter_${_NET_LO}
CLEANFILES+= ${_NET_LO}