1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Define __alpha__ for __alpha.

This commit is contained in:
Bruce Momjian
1999-10-08 17:15:07 +00:00
parent 40771ca436
commit df26ad5acc

View File

@@ -1,2 +1,7 @@
/* 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 $@ $<