summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorBruce Momjian1999-10-09 01:30:23 +0000
committerBruce Momjian1999-10-09 01:30:23 +0000
commitff77befb735118a3f1759b763c396b1574eaa286 (patch)
tree4b4a2d0050140aa2506e2118c89f3c63fe354c2c /src/makefiles
parent16b996d1058e5effe456cd57c76f2e402f17108e (diff)
Move __alpha to port/alpha.h.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.alpha5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/makefiles/Makefile.alpha b/src/makefiles/Makefile.alpha
index 6fb505e32eb..a9e8e948ec6 100644
--- a/src/makefiles/Makefile.alpha
+++ b/src/makefiles/Makefile.alpha
@@ -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 $@ $<