20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
$NetBSD: patch-da,v 1.3 2009/12/09 10:22:04 drochner Exp $
|
|
|
|
--- omf.make.orig 2009-04-17 10:25:24.000000000 +0200
|
|
+++ omf.make
|
|
@@ -44,11 +44,10 @@ omf_timestamp: $(omffile)
|
|
|
|
install-data-hook-omf:
|
|
$(mkinstalldirs) $(omf_dest_dir)
|
|
- -if test -n "$(omffile)"; then \
|
|
- for file in $(omffile); do \
|
|
+ omffile="$(omffile)"; \
|
|
+ for file in $$omffile; do \
|
|
$(INSTALL_DATA) $$file.out $(omf_dest_dir)/$$file; \
|
|
- done; \
|
|
- fi
|
|
+ done;
|
|
-scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(omf_dest_dir)
|
|
|
|
uninstall-local-omf:
|