From 817b4b8da50a4302cbdf4694606316f383944b84 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 23 Jan 2006 11:45:04 +0000 Subject: [PATCH] Always install --- commands/pax/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.44.0