diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:46:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-05 05:46:07 +0000 |
commit | 9721bee58d9cbd447ed941bd24b0ee5a176410b5 (patch) | |
tree | 147c12bf16ac3792f2e27580bb06a5ca8c6c8a11 | |
parent | 5e9cfa20d4185addfc6c53a6b4e3efbeb6dbb98f (diff) |
Kill legacy DOPIC=true assignment
-rw-r--r-- | ldso/ldso/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index e317ffcb3..3ecbe9f77 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -23,7 +23,6 @@ TOPDIR=../../ -DOPIC=true include $(TOPDIR)Rules.mak LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so |