Changeset 80649a91 in mainline for ns/Makefile
- Timestamp:
- 2006-05-21T19:28:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a410beb
- Parents:
- 1ee11f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ns/Makefile
r1ee11f4 r80649a91 31 31 32 32 LIBC_PREFIX = ../libc 33 LIBADT_PREFIX = ../libadt34 33 SOFTINT_PREFIX = ../softint 35 34 include $(LIBC_PREFIX)/Makefile.toolchain 36 35 37 LIBS = $(LIB ADT_PREFIX)/libadt.a $(LIBC_PREFIX)/libc.a36 LIBS = $(LIBC_PREFIX)/libc.a 38 37 39 38 ## Sources
Note:
See TracChangeset
for help on using the changeset viewer.