summaryrefslogtreecommitdiff
path: root/emulators/hfsutils/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hfsutils/files/patch-ab')
-rw-r--r--emulators/hfsutils/files/patch-ab13
1 files changed, 11 insertions, 2 deletions
diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab
index 1348582894fb..e703993a1dad 100644
--- a/emulators/hfsutils/files/patch-ab
+++ b/emulators/hfsutils/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sun Oct 25 00:08:19 1998
-+++ Makefile.in Sun Oct 25 00:12:11 1998
+--- Makefile.in.orig Tue Sep 1 02:40:14 1998
++++ Makefile.in Wed Nov 4 17:32:21 1998
@@ -64,7 +64,8 @@
CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \
@@ -10,6 +10,15 @@
TKTARGETS = xhfs
LIBHFS = libhfs/libhfs.a
+@@ -96,7 +97,7 @@
+ all :: @MAKE_TARGETS@
+
+ all_cli :: $(CLITARGETS)
+-all_tcl :: $(TCLTARGETS)
++all_tcl :: $(TCLTARGETS) $(TCLSCRIPTS)
+ all_tk :: $(TKTARGETS)
+ all_lib :: $(LIBHFS) $(LIBRSRC)
+
@@ -129,9 +130,13 @@
$(BININSTALL) $$file "$(BINDEST)/."; \
done