blob: 8320bf81f11f3085d21d0013264eadcc0e014018 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2004/10/14 15:21:25 tv Exp $
--- src/fwcompiler/Makefile.in.orig 2004-10-14 11:19:07.000000000 -0400
+++ src/fwcompiler/Makefile.in
@@ -152,7 +152,6 @@ depend:
install_lib: libfwcompiler.la
$(mkinstalldirs) $(DESTDIR)$(libdir)
$(LTINSTALL) -c $(INSTALL_STRIP) libfwcompiler.la $(DESTDIR)$(libdir)
- rm -f $(DESTDIR)$(libdir)/libfwcompiler.la
install_headers: $(HEADERS)
$(mkinstalldirs) $(DESTDIR)$(includedir)
|