summaryrefslogtreecommitdiff
path: root/net-mgmt/confregdecode/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/confregdecode/files/patch-ab')
-rw-r--r--net-mgmt/confregdecode/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/confregdecode/files/patch-ab b/net-mgmt/confregdecode/files/patch-ab
index d6d7acf981b5..9cf991e812af 100644
--- a/net-mgmt/confregdecode/files/patch-ab
+++ b/net-mgmt/confregdecode/files/patch-ab
@@ -1,11 +1,11 @@
---- Makefile.orig Thu May 24 22:06:27 2001
-+++ Makefile Thu May 24 22:06:42 2001
+--- Makefile.orig Thu May 31 16:08:05 2001
++++ Makefile Sat Jun 2 23:35:58 2001
@@ -12,8 +12,8 @@
$(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java
jar: all
- jar -cvf cd.jar com/marcuscom/confregdecode/*.class
-+ jar -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
++ $(JAR) -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
clean:
$(RM) -f com/marcuscom/confregdecode/*.class