Require GNU make to build sbase

We seem to have problems building individual tools across various
make implementations.  If anyone can step up and fix this we will
remove the dependency on GNU make.
This commit is contained in:
sin
2014-11-17 13:50:19 +00:00
parent 90507652c0
commit 74ac827587
3 changed files with 6 additions and 6 deletions

View File

@@ -126,12 +126,9 @@ OBJ = $(BIN:=.o) $(LIBOBJ)
SRC = $(BIN:=.c)
MAN = $(BIN:=.1)
all: binlib
all: $(BIN)
binlib: $(LIB)
$(MAKE) bin
bin: $(BIN)
$(BIN): $(LIB)
$(OBJ): $(HDR) config.mk