Move grep after musl.

This commit is contained in:
Andrius Štikonas 2021-02-04 21:41:43 +00:00
parent 3e7b17c03e
commit 13b030e1ed
6 changed files with 30 additions and 51 deletions

View file

@ -21,3 +21,8 @@ all: grep
grep: $(GREP_OBJECTS)
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
install: all
install grep $(PREFIX)/bin
ln -sf $(PREFIX)/bin/grep $(PREFIX)/bin/egrep
ln -sf $(PREFIX)/bin/grep $(PREFIX)/bin/fgrep