Browse Source

Change __LIBDL_SHARED__ to SHARED. This will be also used in some other places to get an object built for lib*.so but not for lib*.a.

Peter S. Mazinger 19 years ago
parent
commit
9e9e263e99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/libdl/Makefile

+ 1 - 1
ldso/libdl/Makefile

@@ -37,7 +37,7 @@ XXFLAGS+=-D__SUPPORT_LD_DEBUG__
 endif
 XXFLAGS_NOPIC:=$(XXFLAGS)
 ifeq ($(DOPIC),y)
-    XXFLAGS += $(PICFLAG) -D__LIBDL_SHARED__
+    XXFLAGS += $(PICFLAG) -DSHARED
 endif
 
 # BEWARE!!! At least mips* will die if -O0 is used!!!