diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-25 01:20:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-25 01:20:51 +0000 |
commit | cebef70d9071eac41765ecc322cd863368fc737f (patch) | |
tree | 3ffc70cdc8ff1f0f7cd62cd8c11326f74523c052 /ldso/Rules.mak | |
parent | 1af9efbcb57a0bbfa47afe4ea156f51df3d83be0 (diff) |
One last structural change. Install header files to INSTALLDIR/usr/include
so we now parallel the behavior of the standard tools.
Also make sure we check INSTALLDIR/lib and INSTALLDIR/usr/lib for libraries.
-Erik
Diffstat (limited to 'ldso/Rules.mak')
-rw-r--r-- | ldso/Rules.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/Rules.mak b/ldso/Rules.mak index b853c1426..c0bd561bb 100644 --- a/ldso/Rules.mak +++ b/ldso/Rules.mak @@ -10,5 +10,4 @@ CFLAGS += -DVERSION=\"$(LDSO_VERSION)\" CC = $(TOPDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc ifeq ($(DEVEL),true) CFLAGS += -DUCLIBC_INSTALL_DIR=\"$(INSTALL_DIR)\" - CFLAGS += -DUCLIBC_DEVEL endif |