From c478f3d9469c09773097eba89342c311ee70a319 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 5 Aug 2002 10:31:35 +0000 Subject: Rename Buttress to Halibut. I _think_ I've caught everything in this pass. [originally from svn r1800] --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17cec01..b82ba23 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Buttress master makefile +# Halibut master makefile # Requires a compiler with -MD support, currently @@ -59,8 +59,8 @@ MODULES += winhelp OBJECTS := $(addsuffix .o,$(MODULES)) DEPS := $(addsuffix .d,$(MODULES)) -buttress: $(OBJECTS) - $(CC) $(LFLAGS) -o buttress $(OBJECTS) $(LIBS) +halibut: $(OBJECTS) + $(CC) $(LFLAGS) -o halibut $(OBJECTS) $(LIBS) %.o: $(SRC)%.c $(CC) $(CFLAGS) -MD -c $< @@ -72,7 +72,7 @@ spotless:: clean rm -f *.d clean:: - rm -f *.o buttress core + rm -f *.o halibut core FORCE: # phony target to force version.o to be rebuilt every time -- cgit v1.1