diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-10-11 18:03:34 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-10-11 18:03:34 -0400 |
commit | e991930e8a2394169d95e9a4c175a1fdf812ef04 (patch) | |
tree | d92bc8297252b81a3aae8d1d46d3017f5d6141ea /src | |
parent | 47cacfc0f171c7794a8a953e4676db60e1fb261c (diff) | |
download | postgresql-e991930e8a2394169d95e9a4c175a1fdf812ef04.tar.gz postgresql-e991930e8a2394169d95e9a4c175a1fdf812ef04.zip |
Improve entab's Makefile install entry.
Andrew Dunstan
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/entab/Makefile | 4 |
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 |