diff options
author | David Schleef <ds@schleef.org> | 2001-11-26 11:56:05 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-26 11:56:05 +0000 |
commit | a10b717ad0a7e9b6174694ab1f3364be48d61a06 (patch) | |
tree | 35c4c47108f1d0127f89c92f3be017b20f5edc50 /ldso/libdl | |
parent | 3a42cfda8862f7675aa01dc78789c7438e690100 (diff) |
Removed TARGET_CFLAGS definition, since it was moved to toplevel Rules.mak
Diffstat (limited to 'ldso/libdl')
-rw-r--r-- | ldso/libdl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 58b1dab53..24e53fb69 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -31,8 +31,6 @@ LIBDL_SHARED_FULLNAME=libdl-$(MAJOR_VERSION).$(MINOR_VERSION).so CSRC= dlib.c OBJS=$(patsubst %.c,%.o, $(CSRC)) -TARGET_CFLAGS += #-DUSE_CACHE #-fPIC -D__PIC__ #-funroll-loops - all: $(OBJS) $(LIBDL) shared $(LIBDL): ar-target |