mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Improve entab's Makefile install entry.
Andrew Dunstan
This commit is contained in:
parent
47cacfc0f1
commit
e991930e8a
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue