mirror of https://github.com/postgres/postgres
parent
16b996d105
commit
ff77befb73
@ -1,7 +1,2 @@ |
|||||||
/* some platforms define __alpha, but not __alpha__ */ |
|
||||||
#if defined(__alpha) && !defined(__alpha__)
|
|
||||||
#define __alpha__
|
|
||||||
#endif
|
|
||||||
|
|
||||||
%.so: %.o |
%.so: %.o |
||||||
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|
||||||
|
Loading…
Reference in new issue