From: Ben Gras Date: Mon, 23 Jan 2006 11:45:04 +0000 (+0000) Subject: Always install X-Git-Tag: v3.1.2a~417 X-Git-Url: http://zhaoyanbai.com/repos/dig.html?a=commitdiff_plain;h=817b4b8da50a4302cbdf4694606316f383944b84;p=minix.git Always install --- diff --git a/commands/pax/Makefile b/commands/pax/Makefile index 8a6fb0a54..722d8a4b7 100644 --- a/commands/pax/Makefile +++ b/commands/pax/Makefile @@ -14,10 +14,8 @@ pax: $(OBJ) $(CC) $(LDFLAGS) -o $@ $(OBJ) install -S 256k $@ -install: /usr/bin/pax - -/usr/bin/pax: pax - install -cs -o bin pax $@ +install: + install -cs -o bin pax /usr/bin/pax clean: rm -f *.o *.bak core pax