mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
543 B
Plaintext
14 lines
543 B
Plaintext
$NetBSD: patch-am,v 1.1 2010/05/03 02:10:43 jnemeth Exp $
|
|
|
|
--- exe/Makefile.in.orig 2010-04-26 02:28:44.000000000 +0000
|
|
+++ exe/Makefile.in
|
|
@@ -319,7 +319,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
$(am__aclocal_m4_deps):
|
|
install-binPROGRAMS: $(bin_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
+ test -z "$(DESTDIR)$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
|
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|