aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-10-11 18:03:34 -0400
committerBruce Momjian <bruce@momjian.us>2011-10-11 18:03:34 -0400
commite991930e8a2394169d95e9a4c175a1fdf812ef04 (patch)
treed92bc8297252b81a3aae8d1d46d3017f5d6141ea /src
parent47cacfc0f171c7794a8a953e4676db60e1fb261c (diff)
downloadpostgresql-e991930e8a2394169d95e9a4c175a1fdf812ef04.tar.gz
postgresql-e991930e8a2394169d95e9a4c175a1fdf812ef04.zip
Improve entab's Makefile install entry.
Andrew Dunstan
Diffstat (limited to 'src')
-rw-r--r--src/tools/entab/Makefile4
1 files changed, 1 insertions, 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