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