mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 13:30:02 -04:00
14 lines
556 B
Plaintext
14 lines
556 B
Plaintext
$NetBSD: patch-ak,v 1.1 2010/05/03 02:10:43 jnemeth Exp $
|
|
|
|
--- DriverManager/Makefile.in.orig 2010-04-26 02:28:44.000000000 +0000
|
|
+++ DriverManager/Makefile.in
|
|
@@ -483,7 +483,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
$(am__aclocal_m4_deps):
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
+ test -z "$(DESTDIR)$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
|
list2=; for p in $$list; do \
|
|
if test -f $$p; then \
|