diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:15:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-26 16:15:29 +0000 |
commit | 9b387a1220d4b919755160b2fdd8fc17f7fdc2e5 (patch) | |
tree | a7552fb293a44f49b572bac5f92bfa53513020bd /ldso/util | |
parent | d13c6558a88b347301b620949aea496def2790af (diff) |
Missed these
Diffstat (limited to 'ldso/util')
-rw-r--r-- | ldso/util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ldso/util/Makefile b/ldso/util/Makefile index 18e8794ba..ac80544e9 100644 --- a/ldso/util/Makefile +++ b/ldso/util/Makefile @@ -1,6 +1,5 @@ TOPDIR=../../ -include $(TOPDIR)Rules.mak -include ../Config.mk +include $(TOPDIR)/ld.so-1/Rules.mak CFLAGS += -DLDSO_ADDR="0x62f00020" # needed by ldd.o CFLAGS += -I./ -I../../include/ |