diff options
| author | eschrock <none@none> | 2006-03-05 17:29:35 -0800 |
|---|---|---|
| committer | eschrock <none@none> | 2006-03-05 17:29:35 -0800 |
| commit | 561099e3173d7b6f4ca06a4d971bf4938389ac78 (patch) | |
| tree | b2a3e19617660ba235cf81a78a5fbe024febcb71 /usr/src/lib/libdisasm | |
| parent | 333ed61f7c19dddb0e1db6ea5947cf8ac8fa0865 (diff) | |
| download | illumos-joyent-561099e3173d7b6f4ca06a4d971bf4938389ac78.tar.gz | |
6241264 need to move disassembler into a library (fix pmake build)
Diffstat (limited to 'usr/src/lib/libdisasm')
| -rw-r--r-- | usr/src/lib/libdisasm/Makefile.com | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libdisasm/Makefile.com b/usr/src/lib/libdisasm/Makefile.com index 85ab0b9361..d929ff46aa 100644 --- a/usr/src/lib/libdisasm/Makefile.com +++ b/usr/src/lib/libdisasm/Makefile.com @@ -46,10 +46,6 @@ CURTYPE= library COMDIR= $(SRC)/lib/libdisasm/common SPECDIR= $(SRC)/lib/libdisasm/spec -# Files specific to the library version of libdisasm -OBJECTS_library = -SRC_libary = $(OBJECTS_library:%.o=$(COMDIR)/%.c) - # # Architecture-dependent files common to both versions of libdisasm # @@ -67,7 +63,6 @@ SRC_common_common = $(OBJECTS_common_common:%.o=$(COMDIR)/%.c) OBJECTS= \ - $(OBJECTS_$(CURTYPE)) \ $(OBJECTS_common_$(MACH)) \ $(OBJECTS_common_common) |
