1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Improve entab's Makefile install entry.

Andrew Dunstan
This commit is contained in:
Bruce Momjian
2011-10-11 18:03:34 -04:00
parent 47cacfc0f1
commit e991930e8a

View File

@ -20,9 +20,7 @@ halt.o : halt.c
clean: clean:
rm -f *.o $(TARGET) log core rm -f *.o $(TARGET) log core
install: install: $(TARGET)
make clean
make CFLAGS=-O
install -s $(TARGET) $(BINDIR) install -s $(TARGET) $(BINDIR)
rm -f $(BINDIR)/detab rm -f $(BINDIR)/detab
ln $(BINDIR)/$(TARGET) $(BINDIR)/detab ln $(BINDIR)/$(TARGET) $(BINDIR)/detab