diff options
author | Roy Marples <roy@marples.name> | 2008-01-03 14:49:34 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-03 14:49:34 +0000 |
commit | 19765f289c109658252f67b31b869c64b015e454 (patch) | |
tree | 44e793842f0a3bf30e31cadb576f9aeeb3cd900a /Makefile | |
parent | 3a1cc82a8dbdfd73426d4120c84c7121118af546 (diff) |
Move the linking of files in /etc/init.d into the sh/Makefile so that install -jN works.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -13,8 +13,6 @@ include $(TOPDIR)/default.mk include $(TOPDIR)/Makefile.$(OS) install:: - ln -snf /$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$? - ln -snf /$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$? $(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d $(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp |