blob: b2967db480fa6f0c01def88066c02645a9055e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2004/10/14 15:21:25 tv Exp $
--- src/fwbuilder/Makefile.in.orig 2004-10-14 11:18:44.000000000 -0400
+++ src/fwbuilder/Makefile.in
@@ -293,7 +293,6 @@ depend:
install_lib: libfwbuilder.la
$(mkinstalldirs) $(DESTDIR)$(libdir)
$(LTINSTALL) -c $(INSTALL_STRIP) libfwbuilder.la $(DESTDIR)$(libdir)
- rm -f $(DESTDIR)$(libdir)/libfwbuilder.la
install_headers: $(HEADERS)
$(mkinstalldirs) $(DESTDIR)$(includedir)
|