projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47cacfc
)
Improve entab's Makefile install entry.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 11 Oct 2011 22:03:34 +0000
(18:03 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 11 Oct 2011 22:03:34 +0000
(18:03 -0400)
Andrew Dunstan
src/tools/entab/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/entab/Makefile
b/src/tools/entab/Makefile
index de8181828a554e7ae7c02e3474c1ef56a69972e7..6372971fc04bdf0fe9269841b5361ea706b5be16 100644
(file)
--- 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