forked from Lainports/freebsd-ports
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
11 lines
352 B
Text
11 lines
352 B
Text
--- src/pilotdis/Makefile.in.orig Tue Aug 22 13:53:22 2000
|
|
+++ src/pilotdis/Makefile.in Tue Aug 22 13:54:05 2000
|
|
@@ -72,7 +72,7 @@
|
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lm
|
|
pilotdis_OBJECTS = afline.o dis.o fgen.o inst1.o inst2.o main.o pgen.o \
|
|
utils.o
|
|
pilotdis_LDADD = $(LDADD)
|