9b049008ea
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
14 lines
401 B
Text
14 lines
401 B
Text
$NetBSD: patch-aq,v 1.1 2002/10/15 23:07:18 dillo Exp $
|
|
|
|
--- gdb/mmalloc/Makefile.in.orig Wed May 17 13:54:04 2000
|
|
+++ gdb/mmalloc/Makefile.in
|
|
@@ -126,9 +126,6 @@ check: test1.c
|
|
# ./a.out
|
|
|
|
install: all
|
|
- $(INSTALL_DATA) $(TARGETLIB) $(libdir)/$(TARGETLIB)n
|
|
- $(RANLIB) $(libdir)/$(TARGETLIB)n
|
|
- mv -f $(libdir)/$(TARGETLIB)n $(libdir)/$(TARGETLIB)
|
|
|
|
$(TARGETLIB): $(TARGETOBJS)
|
|
$(RM) -rf $@
|