mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
A few misc fixes brought up by Andrew
This commit is contained in:
@@ -14,7 +14,7 @@ clean:
|
||||
rm -f *.o core a.out ecpg y.tab.h y.tab.c *~
|
||||
|
||||
install: all
|
||||
install -c -m 755 ecpg $(DESTDIR)$(BINDIR)
|
||||
$(INSTALL) $(INSTLOPTS) ecpg $(DESTDIR)$(BINDIR)
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(BINDIR)/ecpg
|
||||
|
||||
Reference in New Issue
Block a user