From 07308df37443559304636ffaa39976556ae51327 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 17 Feb 2006 13:12:07 +0000 Subject: [PATCH] Make 'make install' work --- commands/pax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pax/Makefile b/commands/pax/Makefile index 722d8a4b7..f0611b4c2 100644 --- a/commands/pax/Makefile +++ b/commands/pax/Makefile @@ -14,7 +14,7 @@ pax: $(OBJ) $(CC) $(LDFLAGS) -o $@ $(OBJ) install -S 256k $@ -install: +install: pax install -cs -o bin pax /usr/bin/pax clean: -- 2.44.0