mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 00:01:26 -04:00
A few misc fixes brought up by Andrew
This commit is contained in:
parent
11303a941f
commit
0daa8c3745
@ -6,9 +6,9 @@ all clean::
|
|||||||
@echo Nothing to be done.
|
@echo Nothing to be done.
|
||||||
|
|
||||||
install::
|
install::
|
||||||
install $(INSTLOPTS) ecpglib.h $(DESTDIR)$(HEADERDIR)
|
$(INSTALL) $(INSTLOPTS) ecpglib.h $(DESTDIR)$(HEADERDIR)
|
||||||
install $(INSTLOPTS) ecpgtype.h $(DESTDIR)$(HEADERDIR)
|
$(INSTALL) $(INSTLOPTS) ecpgtype.h $(DESTDIR)$(HEADERDIR)
|
||||||
install $(INSTLOPTS) sqlca.h $(DESTDIR)$(HEADERDIR)
|
$(INSTALL) $(INSTLOPTS) sqlca.h $(DESTDIR)$(HEADERDIR)
|
||||||
|
|
||||||
uninstall::
|
uninstall::
|
||||||
rm -f $(DESTDIR)$(HEADERDIR)/ecpglib.h
|
rm -f $(DESTDIR)$(HEADERDIR)/ecpglib.h
|
||||||
|
@ -14,7 +14,7 @@ clean:
|
|||||||
rm -f *.o core a.out ecpg y.tab.h y.tab.c *~
|
rm -f *.o core a.out ecpg y.tab.h y.tab.c *~
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -c -m 755 ecpg $(DESTDIR)$(BINDIR)
|
$(INSTALL) $(INSTLOPTS) ecpg $(DESTDIR)$(BINDIR)
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(BINDIR)/ecpg
|
rm -f $(DESTDIR)$(BINDIR)/ecpg
|
||||||
|
@ -13,7 +13,7 @@ i486-pc-linux-gnuaout=linux
|
|||||||
i586-pc-linux-gnu=linux-elf
|
i586-pc-linux-gnu=linux-elf
|
||||||
i586-pc-sco3.2v=sco
|
i586-pc-sco3.2v=sco
|
||||||
i686-pc-linux-gnu=linux-elf
|
i686-pc-linux-gnu=linux-elf
|
||||||
mips-sgi-irix=irix
|
mips-sgi-irix=irix5
|
||||||
powerpc-ibm-aix3.2.5=aix_325
|
powerpc-ibm-aix3.2.5=aix_325
|
||||||
powerpc-ibm-aix4.1.4.0=aix_41
|
powerpc-ibm-aix4.1.4.0=aix_41
|
||||||
powerpc-ibm-aix4.1.5.0=aix_41
|
powerpc-ibm-aix4.1.5.0=aix_41
|
||||||
|
Loading…
x
Reference in New Issue
Block a user