From e991930e8a2394169d95e9a4c175a1fdf812ef04 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 11 Oct 2011 18:03:34 -0400
Subject: [PATCH] Improve entab's Makefile install entry.

Andrew Dunstan
---
 src/tools/entab/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/tools/entab/Makefile b/src/tools/entab/Makefile
index de8181828a5..6372971fc04 100644
--- a/src/tools/entab/Makefile
+++ b/src/tools/entab/Makefile
@@ -20,9 +20,7 @@ halt.o	: halt.c
 clean:
 	rm -f *.o $(TARGET) log core
 
-install:
-	make clean
-	make CFLAGS=-O
+install: $(TARGET)
 	install -s $(TARGET) $(BINDIR)
 	rm -f $(BINDIR)/detab
 	ln $(BINDIR)/$(TARGET) $(BINDIR)/detab
-- 
GitLab