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 | |
| parent | 47cacfc0f171c7794a8a953e4676db60e1fb261c (diff) | |
| download | postgresql-e991930e8a2394169d95e9a4c175a1fdf812ef04.tar.gz | |
Improve entab's Makefile install entry.
Andrew Dunstan
| -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 de8181828a..6372971fc0 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 |
