From 1d0b234e942bbd5572585abf2b156e9991057cd4 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 26 Sep 2007 10:46:44 +0000 Subject: Fix Makefile for pmake, document s-s-d options and increase usage gap --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 251db00e..04fef6e5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -84,7 +84,7 @@ RC_SBINLINKS = mark_service_starting mark_service_inactive \ rc-abort BINLINKS = rc-status SBINLINKS = env-update rc-update runscript start-stop-daemon -ALL_LINKS = $(sort $(BINLINKS) $(SBINLINKS) $(RC_BINLINKS) $(RC_SBINLINKS)) +ALL_LINKS = $(BINLINKS) $(SBINLINKS) $(RC_BINLINKS) $(RC_SBINLINKS) # We also define _BSD_SOURCE so both Linux and the BSDs get a few # handy functions which makes our lives a lot easier -- cgit v1.2.3